diff options
| author | Colin Ian King <[email protected]> | 2017-09-18 10:24:44 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-12-08 10:05:41 -0500 |
| commit | cee32edb2302b6199dd763d44573f6b4f220f0e8 (patch) | |
| tree | e66e462afa954299109ba3974c9c53de5a53c567 /tools/perf/scripts/python/bin | |
| parent | d259f91c0efb3896daadc1cd0c5207e5c81cb6b7 (diff) | |
media: cxusb: pass buf as a const u8 * pointer and make buf static const
Don't populate the read-only u8 array buf on the stack at run time but
instead make it static const; makes object code smaller saving over 480
bytes:
Before:
text data bss dec hex filename
33030 65936 192 99158 18356 drivers/media/usb/dvb-usb/cxusb.o
After:
text data bss dec hex filename
32446 66032 192 98670 1816e drivers/media/usb/dvb-usb/cxusb.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions