Home
last modified time | relevance | path

Searched hist:"345 b48307d6961183be77748fc0ae5dd660c91a8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/humidity/
H A Dsi7020.cdiff 345b48307d6961183be77748fc0ae5dd660c91a8 Sat Oct 25 13:09:11 CDT 2014 Hartmut Knaack <knaack.h@gmx.de> iio:humidity:si7020: cleanup read_raw and probe

When reading temperature or humidity values, a shift of two bits to the right
needs to be applied, and only for the humidity channel a mask of the lower
12 bits needs to be applied. This reduces code repetition.
During probe, i2c_set_clientdata() was used, although its counterpart was not,
so drop it.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>