OSDN Git Service

Staging: iio: adt7316: Fix i2c data reading, set the data field
authorShreeya Patel <shreeya.patel23498@gmail.com>
Fri, 16 Nov 2018 22:49:07 +0000 (04:19 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 17 Nov 2018 16:57:09 +0000 (16:57 +0000)
commit688cd642ba0c393344c802647848da5f0d925d0e
treeb2f6f8cd269eb4a5afefe4988628e30b212d4e28
parent9f84a1bdd38ad449a725efbe8b5773efdee463d5
Staging: iio: adt7316: Fix i2c data reading, set the data field

adt7316_i2c_read function nowhere sets the data field.
It is necessary to have an appropriate value for it.
Hence, assign the value stored in 'ret' variable to data field.

This is an ancient bug, and as no one seems to have noticed,
probably no sense in applying it to stable.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/addac/adt7316-i2c.c