Searched hist:66615 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.cdiff bab4cb30 Fri Sep 01 09:35:08 MDT 2017 Colin Ian King <colin.king@canonical.com> media: rtl28xxu: make array rc_nec_tab static const

Don't populate the array rc_nec_tab on the stack, instead make it
static const. Makes the object code smaller by over 620 bytes:

Before:
text data bss dec hex filename
49511 17040 64 66615 10437 rtl28xxu.o

After:
text data bss dec hex filename
48825 17104 64 65993 101c9 rtl28xxu.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

Completed in 124 milliseconds