commit | 18a87becf85d50e7f3d547f1b7a75108b151374d | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jul 18 17:05:17 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Aug 08 23:42:54 2010 -0300 |
tree | 77fdcc6152e3e749d54a1a000eedaa70af60c567 | |
parent | 44835f197bf1e3f57464f23dfb239fef06cf89be [diff] |
V4L/DVB: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return value 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>