From: Márton Németh Date: Mon, 1 Mar 2010 07:10:52 +0000 (-0300) Subject: V4L/DVB: az6027: remove redundant condition check X-Git-Tag: v2.6.35-rc1~480^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6120792baa00542b5113222b0e09f5e52b510444;p=pandora-kernel.git V4L/DVB: az6027: remove redundant condition check The condition (msg[i].addr == 0xd0) is checked twice the second one is not necessary. This will remove the following compiler warning: az6027.c: In function 'az6027_i2c_xfer': az6027.c:942: warning: 'index' may be used uninitialized in this function az6027.c:943: warning: 'value' may be used uninitialized in this function az6027.c:944: warning: 'length' may be used uninitialized in this function az6027.c:945: warning: 'req' may be used uninitialized in this function Signed-off-by: Márton Németh Cc: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed