commit | 898d8054ec0cb5ba0ec1b15c78042a23ed103c02 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 12 17:34:02 2008 +0100 |
committer | Samuel Ortiz <samuel@sortiz.org> | Sun Nov 16 19:58:47 2008 +0100 |
tree | 1c6cdcc402a8cd19a58a0388c0eea2b165cd1497 | |
parent | b1ccbdc4a2af5ffcd6082c3a7a6fbd0e134031f2 [diff] |
mfd: Correct WM8350 I2C return code usage The vendor BSP used for the WM8350 development provided an I2C driver which incorrectly returned zero on succesful sends rather than the number of transmitted bytes, an error which was then propagated into the WM8350 I2C accessors. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>