rtc: ds1307: fix ds1307_native_smbus_read_block_data function
authorNicolas Boullis <nboullis@debian.org>
Sat, 2 Apr 2016 22:10:37 +0000 (00:10 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 20 May 2016 10:33:51 +0000 (12:33 +0200)
commit1d87951c398e35118a0fb67b287022f008513f42
tree02cef74b3ee4188f0602a880bcdc2fbb2301dc57
parentef50f86e15f2516658f0badd7890292d7a685106
rtc: ds1307: fix ds1307_native_smbus_read_block_data function

The i2c_smbus_read_i2c_block_data function returns 0 on success, not the
number of bytes written.

Hence, when there are 32 bytes or less to send, the
ds1307_native_smbus_write_block_data function returns 0 on success,
while it returns the number of bytes when there are more than 32.

The ds1307_write_block_data always returns the number of bytes on
success.

Signed-off-by: Nicolas Boullis <nboullis@debian.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1307.c
This page took 0.026207 seconds and 5 git commands to generate.