Re: [PATCH] Remove large struct from stack in DVB dib3000mc and dib7000p drivers

2010-03-02 Thread Randy Dunlap
On 03/02/10 16:00, imun...@au1.ibm.com wrote: > From: Ian Munsie > > Compiling these drivers results in the following compiler warnings on > PowerPC 64 bit: > > drivers/media/dvb/frontends/dib3000mc.c:853: warning: the frame size of 2208 > bytes is larger than 2048 bytes > drivers/media/dvb/fro

[PATCH] Remove large struct from stack in DVB dib3000mc and dib7000p drivers

2010-03-02 Thread imunsie
From: Ian Munsie Compiling these drivers results in the following compiler warnings on PowerPC 64 bit: drivers/media/dvb/frontends/dib3000mc.c:853: warning: the frame size of 2208 bytes is larger than 2048 bytes drivers/media/dvb/frontends/dib7000p.c:1367: warning: the frame size of 2288 bytes