diff options
| author | Ben Dooks <[email protected]> | 2014-01-26 16:05:34 +0000 |
|---|---|---|
| committer | Wolfram Sang <[email protected]> | 2014-01-26 21:48:29 +0000 |
| commit | 770540f029ba65a2658b5204d850565ab7f61f1b (patch) | |
| tree | a9417aed98bb54fb0e85fce137dc84ed7d4b8ce0 /drivers/i2c/algos/i2c-algo-bit.c | |
| parent | i2c: rely on driver core when sanitizing devices (diff) | |
| download | kernel-770540f029ba65a2658b5204d850565ab7f61f1b.tar.gz kernel-770540f029ba65a2658b5204d850565ab7f61f1b.zip | |
i2c: rcar: do not print error if device nacks transfer
The i2c-rcar driver currently prints an error message if the master_xfer
callback fails. However if the bus is being probed then lots of NAKs
will be generated, causing the output of a number of errors printed.
To solve this, disable the print if the error is not -EREMOTEIO.
An example of running i2cdetect:
10: i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
-- 12 i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
-- i2c-rcar e6530000.i2c: error -121 : 15
Signed-off-by: Ben Dooks <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'drivers/i2c/algos/i2c-algo-bit.c')
0 files changed, 0 insertions, 0 deletions
