diff options
author | Dmitry Torokhov <dtor@vmware.com> | 2011-03-20 10:02:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-14 01:18:25 +0200 |
commit | bce1a702ed9bd9aa3549352b3134e110bf076586 (patch) | |
tree | 39ac494044bf605b6d53cb81cf7924d34fe97b0e /drivers/usb/class | |
parent | usb: renesas_usbhs: Add Renesas USBHS Gadget (diff) | |
download | linux-bce1a702ed9bd9aa3549352b3134e110bf076586.tar.xz linux-bce1a702ed9bd9aa3549352b3134e110bf076586.zip |
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')
0 files changed, 0 insertions, 0 deletions