upstream: [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)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:54:37 +0000 (11:54 +0900)
commit00195f935fe133167b8a312eec393e4ac6f4a7d8
treec8634ea3e6547737031915bb994bdf79973a54d0
parent9d8b2a01acf8017344b8108b1b0bae15de3a26ba
upstream: [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