Home
last modified time | relevance | path

Searched hist:af873b0d8f586c07ec329d6d91eaa58ba5d7c662 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/pressure/
H A Dzpa2326.cdiff af873b0d8f586c07ec329d6d91eaa58ba5d7c662 Sat Apr 01 16:18:39 CEST 2017 simran singhal <singhalsimran0@gmail.com> iio: pressure: zpa2326: 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>