From: Drew Fisher Date: Thu, 21 Apr 2011 09:51:34 +0000 (-0300) Subject: [media] gspca - kinect: move communications buffers out of stack X-Git-Tag: v3.0-rc1~322^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb066467aa1af2d45ffbfcbba32c0bde201c8eb4;p=pandora-kernel.git [media] gspca - kinect: move communications buffers out of stack Move large communications buffers out of stack and into device structure. This prevents the frame size from being >1kB and fixes a compiler warning when CONFIG_FRAME_WARN=1024: drivers/media/video/gspca/kinect.c: In function ‘send_cmd.clone.0’: drivers/media/video/gspca/kinect.c:202: warning: the frame size of 1548 bytes is larger than 1024 bytes Reported-by: Mauro Carvalho Chehab Signed-off-by: Drew Fisher Signed-off-by: Antonio Ospite Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed