Re: [PATCH 04/10] [media] coda: fix FMO value setting for CodaDx6

2013-09-30 Thread Philipp Zabel
Am Montag, den 30.09.2013, 13:48 +0200 schrieb Hans Verkuil: > On 09/19/2013 11:13 AM, Philipp Zabel wrote: > > The register is only written on CodaDx6, so the temporary variable > > to be written only needs to be initialized on CodaDx6. > > > > Signed-off-by: Philipp Zabel > > --- > > drivers/m

Re: [PATCH 04/10] [media] coda: fix FMO value setting for CodaDx6

2013-09-30 Thread Hans Verkuil
On 09/19/2013 11:13 AM, Philipp Zabel wrote: > The register is only written on CodaDx6, so the temporary variable > to be written only needs to be initialized on CodaDx6. > > Signed-off-by: Philipp Zabel > --- > drivers/media/platform/coda.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 delet

[PATCH 04/10] [media] coda: fix FMO value setting for CodaDx6

2013-09-19 Thread Philipp Zabel
The register is only written on CodaDx6, so the temporary variable to be written only needs to be initialized on CodaDx6. Signed-off-by: Philipp Zabel --- drivers/media/platform/coda.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/coda.c b/drive