diff options
author | 2021-02-04 17:27:48 +0000 | |
---|---|---|
committer | 2021-02-05 10:13:28 +0100 | |
commit | 4d30083301488199a9cef4ffa6ff15149474ebca (patch) | |
tree | 958c193ccc8a64cd3c30a44200695653512c6757 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | HID: logitech-hidpp: add support for Unified Battery (1004) feature (diff) | |
download | linux-dev-4d30083301488199a9cef4ffa6ff15149474ebca.tar.xz linux-dev-4d30083301488199a9cef4ffa6ff15149474ebca.zip |
HID: lg-g15: make a const array static, makes object smaller
Don't populate the const array led_names on the stack but instead make
it static. Makes the object code smaller by 79 bytes:
Before:
text data bss dec hex filename
19686 7952 256 27894 6cf6 drivers/hid/hid-lg-g15.o
After:
text data bss dec hex filename
19543 8016 256 27815 6ca7 drivers/hid/hid-lg-g15.o
(gcc version 10.2.0)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions