diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-25 19:12:50 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-09-06 10:58:54 +0200 |
commit | 47af1cdb309c65b36230b44e77383ed53b503d0e (patch) | |
tree | 7866cef8bb1093945361a11f6a87ee724aaa9705 /drivers/hid/hid-lg4ff.c | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... (diff) | |
download | linux-47af1cdb309c65b36230b44e77383ed53b503d0e.tar.xz linux-47af1cdb309c65b36230b44e77383ed53b503d0e.zip |
HID: hid-lg: make array cbuf static const to shink object code size
Don't populate array cbuf on the stack, instead make it static.
Makes the object code smaller by over 110 bytes:
Before:
text data bss dec hex filename
15096 3504 128 18728 4928 drivers/hid/hid-lg.o
After:
text data bss dec hex filename
14884 3600 128 18612 48b4 drivers/hid/hid-lg.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-lg4ff.c')
0 files changed, 0 insertions, 0 deletions