git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cddc114
)
mfd: twl4030-irq: Check return value from twl_i2c_write() - warn() on failure
author
Lee Jones
<lee.jones@linaro.org>
Mon, 18 Aug 2014 15:03:14 +0000
(16:03 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:34 +0000
(08:15 +0100)
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>
No differences found