commit | 6faa3535599a6f9ef367e3fd5c5126207a356a53 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Jun 19 14:53:52 2013 -0700 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Jun 25 18:42:19 2013 +0200 |
tree | 8efb31a11ca9849d7a821c68e13fcb127c1a3d30 | |
parent | f39901c1befa556bc91902516a3e2e460000b4a8 [diff] |
i2c: mv64xxx: Fix transfer error code 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>