summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@vmware.com>2011-03-20 02:02:39 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-13 16:18:25 -0700
commitbce1a702ed9bd9aa3549352b3134e110bf076586 (patch)
tree39ac494044bf605b6d53cb81cf7924d34fe97b0e /drivers/usb/class/cdc-acm.c
parent2f98382dcdfe1f0048b447da35f34507ffb514dc (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