commit | cc33e54290ed845904dac4b047934207738f0205 | [log] [tgz] |
---|---|---|
author | Bernhard Walle <walle@corscience.de> | Mon Sep 27 12:55:16 2010 +0200 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon Sep 27 23:21:16 2010 +0100 |
tree | 439d14aca85918a9aef8c371513c249d331771ac | |
parent | 5c64eb26ed5c5550fbabd345e573af3fc6a7f775 [diff] |
i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeout It doesn't make sense to set result to -ETIMEDOUT but return 0 (success) afterwards. Since there's code in octeon_i2c_start() to handle the error, it should be called. Signed-off-by: Bernhard Walle <walle@corscience.de> Acked-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>