summary refs log tree commit diff
path: root/drivers/iio/imu
diff options
context:
space:
mode:
authorsimran singhal <singhalsimran0@gmail.com>2017-04-01 19:44:15 +0530
committerJonathan Cameron <jic23@kernel.org>2017-04-02 09:50:32 +0100
commit7ae6df68d68ed1d68d6bac11edc332da67108d8f (patch)
tree4ab4112f9cfcb3ed5ca47804918dcf0ea3110d51 /drivers/iio/imu
parent4d925083e8f9f0c619fe212cfd0729c3dc1442b2 (diff)
downloadlinux-7ae6df68d68ed1d68d6bac11edc332da67108d8f.tar.gz
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>
Diffstat (limited to 'drivers/iio/imu')
0 files changed, 0 insertions, 0 deletions