[media] go7007: fix i2c_xfer return codes
authorHans Verkuil <hans.verkuil@cisco.com>
Sat, 9 Mar 2013 09:18:03 +0000 (06:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 24 Mar 2013 15:10:36 +0000 (12:10 -0300)
The i2c_xfer functions didn't return the proper error codes and (especially
important) on success they returned 0 instead of the number of transferred
messages.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found