diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2015-10-13 18:15:37 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-25 12:29:31 +0000 |
commit | 03fe472ef33b7f31fbd11d300dbb3fdab9c00fd4 (patch) | |
tree | c1054df232fb8142c751036f71abd323616db9df /drivers/input/Makefile | |
parent | 01bb70ae0b98d266fa3e860482c7ce22fa482a6e (diff) |
iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success
i2c_master_send() returns the number of bytes transferred on success while
the ad5064 driver expects that the write() callback returns 0 on success.
Fix that by translating any non negative return value of i2c_master_send()
to 0.
Fixes: commit 6a17a0768f77 ("iio:dac:ad5064: Add support for the ad5629r and ad5669r")
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/input/Makefile')
0 files changed, 0 insertions, 0 deletions