linux/drivers/media/usb
Colin Ian King 6fe59b7eec media: em28xx-input: make const array addr_list static
Don't populate the array addr_list on the stack but instead make it
static. Makes the object code smaller by 20 bytes

Before:
   text    data     bss     dec     hex filename^M
  16929    3626     384   20939    51cb ../usb/em28xx/em28xx-input.o

After:
   text    data     bss     dec     hex filename^M
  16829    3706     384   20919    51b7 ../usb/em28xx/em28xx-input.o

(gcc version 8.3.0, aarch64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-03-19 16:53:18 -04:00
..
airspy media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
as102 media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
au0828 media: au0828: minor fix to a misleading comment in _close() 2019-03-19 14:01:46 -04:00
b2c2 media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cpia2 media: cpia2: Fix use-after-free in cpia2_exit 2019-03-19 13:48:50 -04:00
cx231xx media: usb: fix several typos 2019-03-01 09:43:27 -05:00
dvb-usb media: usb: fix several typos 2019-03-01 09:43:27 -05:00
dvb-usb-v2 media: dvb: Add support for the Avermedia TD310 2019-03-19 16:52:51 -04:00
em28xx media: em28xx-input: make const array addr_list static 2019-03-19 16:53:18 -04:00
go7007 media: go7007: avoid clang frame overflow warning with KASAN 2019-03-19 13:59:00 -04:00
gspca media: gspca: do not resubmit URBs when streaming has stopped 2019-03-19 14:02:23 -04:00
hackrf media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
hdpvr media: usb: fix several typos 2019-03-01 09:43:27 -05:00
msi2500 media updates for v4.20-rc1 2018-10-31 10:53:29 -07:00
pulse8-cec media: pulse8-cec: return 0 when invalidating the logical address 2018-11-23 05:49:11 -05:00
pvrusb2 media: pvrusb2: fix spelling mistake "statuss" -> "status" 2018-12-07 08:19:19 -05:00
pwc media: usb: fix several typos 2019-03-01 09:43:27 -05:00
rainshadow-cec media: replace strcpy() by strscpy() 2018-09-11 13:32:17 -04:00
s2255 media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
siano media: usb: fix several typos 2019-03-01 09:43:27 -05:00
stk1160 media: usb: fix several typos 2019-03-01 09:43:27 -05:00
stkwebcam media: usb: fix several typos 2019-03-01 09:43:27 -05:00
tm6000 media: usb: fix several typos 2019-03-01 09:43:27 -05:00
ttusb-budget media: usb: fix several typos 2019-03-01 09:43:27 -05:00
ttusb-dec media: usb: fix several typos 2019-03-01 09:43:27 -05:00
usbtv media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
usbvision media: usb: fix several typos 2019-03-01 09:43:27 -05:00
uvc media: usb: fix several typos 2019-03-01 09:43:27 -05:00
zr364xx media: usb: fix several typos 2019-03-01 09:43:27 -05:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00