USB: sisusb: Use static const, fix typo
authorJoe Perches <joe@perches.com>
Mon, 24 Feb 2014 18:01:16 +0000 (10:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Mar 2014 16:54:30 +0000 (08:54 -0800)
commit3c1b2c3ecd3122fe6dded7b012f74021144d95b2
tree4d804c4b31651211c5b9a0539426b0680cba19d4
parent5d188d6df3f461788edb86d8ba8f6e6b05203012
USB: sisusb: Use static const, fix typo

Convert 1 char * array to 2 char arrays to reduce size.
Use static const to avoid array reloads on function entry.
Fix asymmetric typo.

$ size drivers/usb/misc/sisusbvga/sisusb.o*
   text    data     bss     dec     hex filename
  29971    4841    9180   43992    abd8 drivers/usb/misc/sisusbvga/sisusb.o.new
  30083    4841    9180   44104    ac48 drivers/usb/misc/sisusbvga/sisusb.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/sisusbvga/sisusb.c