From: Devendra Naga Date: Mon, 22 Oct 2012 21:22:20 +0000 (-0400) Subject: staging: ced1401: fix a frame size warning X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1044 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c092f41fdb636859a20f57372f8dd25633adbef;p=pandora-kernel.git staging: ced1401: fix a frame size warning gcc/sparse complain about the following: drivers/staging/ced1401/ced_ioc.c:931:1: warning: the frame size of 4144 bytes is larger than 2048 bytes [-Wframe-larger-than=] Fix it by dynamically allocating it. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed