aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-12 12:38:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-18 12:44:11 +0200
commit38502ef49f96f7fe25fcb3aaa904a570df955c2c (patch)
tree4f00dcf694309a2a032a0786e0f337b2bc571642 /tools/usb
parentstaging: typec: tcpm: Rewrite comparison to NULL pointer (diff)
downloadlinux-dev-38502ef49f96f7fe25fcb3aaa904a570df955c2c.tar.xz
linux-dev-38502ef49f96f7fe25fcb3aaa904a570df955c2c.zip
usb: storage: make const arrays static, reduces object code size
Don't populate const arrays on the stack, instead make them static. Makes the object code smaller by over 1070 bytes: Before: text data bss dec hex filename 3505 880 0 4385 1121 drivers/usb/storage/option_ms.o After: text data bss dec hex filename 2269 1040 0 3309 ced drivers/usb/storage/option_ms.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
0 files changed, 0 insertions, 0 deletions