commit | 00426e99789357dbff7e719a092ce36a3ce49d94 | [log] [tgz] |
---|---|---|
author | Shreeya Patel <shreeya.patel23498@gmail.com> | Sat Nov 17 04:21:32 2018 +0530 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Nov 17 16:59:56 2018 +0000 |
tree | 7296456e8f3da7d75d40005a77b70844ff583ab0 | |
parent | 688cd642ba0c393344c802647848da5f0d925d0e [diff] |
Staging: iio: adt7316: Add an extra check for 'ret' equals to 0 ret = 0 indicates a case of no error but no data read from the bus which is an invalid case. This case doesn't ever happen in reality. It should perhaps be handled for correctness though. Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>