linux/drivers/iio/humidity
simran singhal 7ae6df68d6 iio: humidity: hts221: Remove unnecessary cast on void pointer
The following Coccinelle script was used to detect this:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
  *((T *)e)
|
  ((T *)x)[...]
|
  ((T*)x)->f
|
- (T*)
  e
)

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-04-02 09:50:32 +01:00
..
am2315.c
dht11.c
hdc100x.c
hid-sensor-humidity.c
hts221.h
hts221_buffer.c
hts221_core.c
hts221_i2c.c
hts221_spi.c
htu21.c
Kconfig
Makefile
si7005.c
si7020.c