V4L/DVB: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return value
authorJean Delvare <khali@linux-fr.org>
Sun, 18 Jul 2010 20:05:17 +0000 (17:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:42:54 +0000 (23:42 -0300)
Function i2c_wait_done() never returns negative values, so there is no
point in checking for them.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found