diff options
| author | Colin Ian King <[email protected]> | 2021-05-05 21:06:18 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-06-08 15:50:38 +0200 |
| commit | bc4f21fcc03ddd816dac1db00918680bf7bf9d86 (patch) | |
| tree | a06cc717fc42d99cfa17ae6dd4686b4fd50fdce4 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 038cc978777378884a40d1517c88eace13ddc49d (diff) | |
media: mxl692: make a const array static, makes object smaller
Don't populate the const array fw_hdr on the stack but instead it
static. Makes the object code smaller by 5 bytes:
Before:
text data bss dec hex filename
31948 12072 64 44084 ac34 drivers/media/dvb-frontends/mxl692.o
After:
text data bss dec hex filename
31879 12136 64 44079 ac2f drivers/media/dvb-frontends/mxl692.o
(gcc version 10.3.0)
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Sean Young <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions