Re: [PATCH] rj54n1cb0c: remove compiler warning

2010-01-04 Thread Guennadi Liakhovetski
...@freemail.hu To: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Hans Verkuil hverk...@xs4all.nl, V4L Mailing List linux-media@vger.kernel.org Subject: [PATCH] rj54n1cb0c: remove compiler warning From: Márton Németh nm...@freemail.hu Remove the following compiler warning: 'dummy' is used

Re: [PATCH] rj54n1cb0c: remove compiler warning

2010-01-04 Thread Németh Márton
Guennadi Liakhovetski wrote: Hi Márton On Sun, 3 Jan 2010, Németh Márton wrote: From: Márton Németh nm...@freemail.hu Remove the following compiler warning: 'dummy' is used uninitialized in this function. Although the result in the dummy variable is not used the program flow in

[PATCH] rj54n1cb0c: remove compiler warning

2010-01-03 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Remove the following compiler warning: 'dummy' is used uninitialized in this function. Although the result in the dummy variable is not used the program flow in soc_camera_limit_side() depends on the value in dummy. The program flow is better to be