From: Mauro Carvalho Chehab Date: Sat, 2 Nov 2013 11:13:02 +0000 (-0300) Subject: [media] mxl111sf: Don't use dynamic static allocation X-Git-Tag: v3.13-rc1~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98300a0e8cf160aaea60bc05d2cd156a7666173;p=pandora-kernel.git [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 Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed