Re: [PATCH] V4L: soc-camera: fix compiler warnings on 64-bit platforms

2011-12-05 Thread Janusz Krzysztofik
On Monday 05 of December 2011 at 18:23:44, Janusz Krzysztofik wrote: > On Monday 05 of December 2011 at 16:15:28, Guennadi Liakhovetski wrote: > > On 64-bit platforms assigning a pointer to a 32-bit variable causes a > > compiler warning and cannot actually work. Soc-camera currently doesn't > > su

Re: [PATCH] V4L: soc-camera: fix compiler warnings on 64-bit platforms

2011-12-05 Thread Janusz Krzysztofik
On Monday 05 of December 2011 at 16:15:28, Guennadi Liakhovetski wrote: > On 64-bit platforms assigning a pointer to a 32-bit variable causes a > compiler warning and cannot actually work. Soc-camera currently doesn't > support any 64-bit systems, but such platforms can be added in the > and in any

[PATCH] V4L: soc-camera: fix compiler warnings on 64-bit platforms

2011-12-05 Thread Guennadi Liakhovetski
On 64-bit platforms assigning a pointer to a 32-bit variable causes a compiler warning and cannot actually work. Soc-camera currently doesn't support any 64-bit systems, but such platforms can be added in the and in any case compiler warnings should be avoided. Signed-off-by: Guennadi Liakhovetski