On Thu, Oct 18, 2012 at 8:55 AM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > On Wed, Oct 17, 2012 at 02:00:55PM -0400, Devendra Naga wrote: >> 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 using a pointer of the TGET_TX_BLOCK struct > > Fix it by dynamically allocating it. > > You need to add a kfree() as well now. > Thanks Dan, i added and sent a V2 of it. > regards, > dan carpenter > _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel