Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-02-05 Thread Michael Neuling
In message <4f26274b.2040...@gmx.de> you wrote: > On 01/16/2012 03:08 AM, Michael Neuling wrote: > [...] > > From: Michael Neuling > > > > [PATCH] drivers/video: compile fixes for fsl-diu-fb.c > > > > Fix a compiler errors introduced in: > > commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 > >

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-29 Thread Florian Tobias Schandinat
On 01/16/2012 03:08 AM, Michael Neuling wrote: [...] > From: Michael Neuling > > [PATCH] drivers/video: compile fixes for fsl-diu-fb.c > > Fix a compiler errors introduced in: > commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 > Author: Timur Tabi > drivers/video: fsl-diu-fb: merge all all

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-16 Thread Timur Tabi
Michael Neuling wrote: > From: Michael Neuling > > [PATCH] drivers/video: compile fixes for fsl-diu-fb.c > > Fix a compiler errors introduced in: > commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 > Author: Timur Tabi > drivers/video: fsl-diu-fb: merge all allocated data into one block >

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-16 Thread Timur Tabi
Michael Neuling wrote: > drivers/video/fsl-diu-fb.c: In function 'fsl_diu_suspend': > drivers/video/fsl-diu-fb.c:1435: error: incompatible type for argument 1 of > 'disable_lcdc' > drivers/video/fsl-diu-fb.c:592: note: expected 'struct fb_info *' but > argument is of type 'struct fb_info' > drive

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-15 Thread Michael Neuling
In message <4f138cbb.1080...@freescale.com> you wrote: > Michael Neuling wrote: > > In message<4f1370c9.9010...@freescale.com> you wrote: > >> Michael Neuling wrote: > >>> Fix a bunch of compiler errors and warnings introduced in: > >>> commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 > >>>

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-15 Thread Tabi Timur-B04825
Michael Neuling wrote: > In message<4f1370c9.9010...@freescale.com> you wrote: >> Michael Neuling wrote: >>> Fix a bunch of compiler errors and warnings introduced in: >>> commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 >>> Author: Timur Tabi >>> drivers/video: fsl-diu-fb: merge all al

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-15 Thread Michael Neuling
In message <4f1370c9.9010...@freescale.com> you wrote: > Michael Neuling wrote: > > Fix a bunch of compiler errors and warnings introduced in: > >commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 > >Author: Timur Tabi > >drivers/video: fsl-diu-fb: merge all allocated data into one block >

Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c

2012-01-15 Thread Tabi Timur-B04825
Michael Neuling wrote: > Fix a bunch of compiler errors and warnings introduced in: >commit ddd3d905436b572ebadc09dcf2d12ca5b37020a0 >Author: Timur Tabi >drivers/video: fsl-diu-fb: merge all allocated data into one block > > Signed-off-by: Michael Neuling > --- > Timur: you do compile t