]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: twl4030-irq: Check return value from twl_i2c_write() - warn() on failure
authorLee Jones <lee.jones@linaro.org>
Mon, 18 Aug 2014 15:03:14 +0000 (16:03 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:34 +0000 (08:15 +0100)
commit8a012ff9d8723fdf7ea242f0f41703eed7365b79
treed881ea9fcaf85a5d2729ac3ddbf8afd1920c06d6
parentcddc11412d604ad673709e91e7a35e9f10c68b39
mfd: twl4030-irq: Check return value from twl_i2c_write() - warn() on failure

In the original code a return value variable was provided, but it
was never checked and the user was never informed of failure.  Now
it is and they are.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl4030-irq.c