From 3c1b2c3ecd3122fe6dded7b012f74021144d95b2 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 24 Feb 2014 10:01:16 -0800 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed