From: Mauro Carvalho Chehab Date: Sat, 2 Nov 2013 10:23:49 +0000 (-0300) Subject: [media] dibusb-common: Don't use dynamic static allocation X-Git-Tag: v3.13-rc1~46^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7fa359d4c0fbb2756fa01cc47212908d90b7b0;p=pandora-kernel.git [media] dibusb-common: 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/dibusb-common.c:124:1: warning: 'dibusb_i2c_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