]> git.openfabrics.org - ~emulex/infiniband.git/commit
[media] em28xx-i2c: fix the error code for unknown errors
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Sun, 19 Jan 2014 21:48:35 +0000 (18:48 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Feb 2014 18:43:05 +0000 (16:43 -0200)
commit123a17d1427a2d7ad9142df1f6543c578864a0dd
treef8747e8fa247f98be7b79d356753021524a9fd58
parent8ae8cd6c3e2519128224c2fce0dbfd7a9e32c66c
[media] em28xx-i2c: fix the error code for unknown errors

Commit e63b009d6e "em28xx-i2c: Fix error code for I2C error transfers"
changed the code to return -ETIMEDOUT on all unknown errors.
But the proper error code for unknown errors is -EIO.
So only report -ETIMEDOUT in case of the errors 0x02 and 0x04, which
are according to Mauro Carvalho Chehab's tests related to i2c clock
stretching and return -EIO for the rest.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-i2c.c