staging: ced1401: fix a frame size warning
authorDevendra Naga <devendra.aaru@gmail.com>
Mon, 22 Oct 2012 21:22:20 +0000 (17:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 03:35:54 +0000 (20:35 -0700)
commit5c092f41fdb636859a20f57372f8dd25633adbef
tree844d5be153769c203d4c4fd6e87bcb31bb6c66f2
parent5ee60a7038c79d2276ae315ac6d6764391ed386f
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 <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/ced_ioc.c