From: Bernhard Walle Date: Mon, 27 Sep 2010 10:55:16 +0000 (+0200) Subject: i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeout X-Git-Tag: v2.6.36-rc7~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc33e54290ed845904dac4b047934207738f0205;p=pandora-kernel.git 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 Acked-by: David Daney Signed-off-by: Ben Dooks --- Reading git-diff-tree failed