i2c: mv64xxx: Fix transfer error code
authorGuenter Roeck <linux@roeck-us.net>
Wed, 19 Jun 2013 21:53:52 +0000 (14:53 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 25 Jun 2013 16:42:19 +0000 (18:42 +0200)
The driver returns -ENODEV as error code if it did not get an ACK
from the device. Per Documentation/i2c/fault-codes, it should
return -ENXIO.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

No differences found