linux_dsm_epyc7002/drivers/media/usb/dvb-usb-v2
Mauro Carvalho Chehab c98300a0e8 [media] mxl111sf: Don't use dynamic static allocation
Dynamic static allocation is evil, as Kernel stack is too low, and
compilation complains about it on some archs:
	drivers/media/usb/dvb-usb-v2/mxl111sf.c:74:1: warning: 'mxl111sf_ctrl_msg' uses dynamic stack allocation [enabled by default]
Instead, let's enforce a limit for the buffer to be the max size of
a control URB payload data (64 bytes).

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-11-08 09:45:46 -02:00
..
af9015.c [media] af9015: Don't use dynamic static allocation 2013-11-08 09:45:45 -02:00
af9015.h
af9035.c [media] af9035: Don't use dynamic static allocation 2013-11-08 09:45:45 -02:00
af9035.h [media] af9035: correct TS mode handling 2013-06-08 21:45:22 -03:00
anysee.c
anysee.h
au6610.c
au6610.h
az6007.c
ce6230.c
ce6230.h
dvb_usb_common.h
dvb_usb_core.c [media] dvb_usb_v2: get rid of deferred probe 2013-08-18 07:55:06 -03:00
dvb_usb_urb.c
dvb_usb.h [media] dvb_usb_v2: get rid of deferred probe 2013-08-18 07:55:06 -03:00
ec168.c
ec168.h
gl861.c
gl861.h
it913x.c
Kconfig [media] dvb-usb-v2: fix Kconfig dependency when RC_CORE=m 2013-07-26 10:12:53 -03:00
lmedm04.c [media] lme2510: do not use bInterfaceNumber from dvb_usb_v2 2013-08-18 07:54:37 -03:00
lmedm04.h
Makefile
mxl111sf-demod.c
mxl111sf-demod.h
mxl111sf-gpio.c
mxl111sf-gpio.h
mxl111sf-i2c.c
mxl111sf-i2c.h
mxl111sf-phy.c
mxl111sf-phy.h
mxl111sf-reg.h
mxl111sf-tuner.c [media] mxl111sf: don't redefine pr_err/info/debug 2013-06-19 11:08:44 -03:00
mxl111sf-tuner.h
mxl111sf.c [media] mxl111sf: Don't use dynamic static allocation 2013-11-08 09:45:46 -02:00
mxl111sf.h
rtl28xxu.c [media] rtl28xxu: add 15f4:0131 Astrometa DVB-T2 2013-10-31 06:09:56 -02:00
rtl28xxu.h [media] rtl28xxu: add RTL2832P + R828D support 2013-10-31 06:09:49 -02:00
usb_urb.c