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:
> >
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/vide
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 alloc
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
->fsl_diu_info[0]);
> > + disable_lcdc(&(data->fsl_diu_info[0]));
> >
> > return 0;
> > }
> > @@ -1442,7 +1442,7 @@ static int fsl_diu_resume(struct platform_device *o=
> fdev)
> > struct fsl_diu_data *data;
> >
> > data =3D
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
_diu_info[NUM_AOIS];
>
> This doesn't make any sense. If you change fsl_diu_info into a pointer,=20
> then where is the object being allocated?
OK, how about this?
From: Michael Neuling
[PATCH] drivers/video: compile fixes for fsl-diu-fb.c
Fix a compiler errors introduced in:
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
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 test your patches, right? :-P
This is e