summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5562.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-08-24 16:00:52 +0300
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2017-08-29 22:10:38 +0300
commit17224244bbbe2ac91bc2645b5198f742a63e1d82 (patch)
tree2601c7b5a035b38951759709961909f7f9edf996 /drivers/leds/leds-lp5562.c
parent390c97dc6e346b65df61c18fade67577896382fd (diff)
downloadlinux-17224244bbbe2ac91bc2645b5198f742a63e1d82.tar.xz
leds: aat1290: make array max_mm_current_percent static const
Don't populate the array max_mm_current_percent on the stack, instead make it static const. Makes the object code smaller by over 280 bytes: Before: text data bss dec hex filename 7225 1936 64 9225 2409 ./drivers/leds/leds-aat1290.o After: text data bss dec hex filename 6847 2032 64 8943 22ef ./drivers/leds/leds-aat1290.o` Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/leds-lp5562.c')
0 files changed, 0 insertions, 0 deletions