diff options
author | Dmitry Torokhov <dtor@vmware.com> | 2011-03-20 02:02:39 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 16:18:25 -0700 |
commit | bce1a702ed9bd9aa3549352b3134e110bf076586 (patch) | |
tree | 39ac494044bf605b6d53cb81cf7924d34fe97b0e /drivers/usb/class/cdc-acm.c | |
parent | 2f98382dcdfe1f0048b447da35f34507ffb514dc (diff) |
USB: change the way we initialize format strings
Changing initialization from
static const char *string = "blah";
to
static const char string[] = "blah";
saves us one pointer per each string.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
0 files changed, 0 insertions, 0 deletions