simran singhal
4d925083e8
iio: dac: ad5504: 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:48:50 +01:00
..
2016-02-08 18:51:26 +00:00
2015-10-28 10:30:17 +09:00
2015-10-28 10:30:17 +09:00
2016-06-30 19:41:38 +01:00
2015-10-28 10:30:17 +09:00
2015-10-28 10:30:17 +09:00
2017-04-02 09:48:50 +01:00
2016-05-04 10:52:43 +01:00
2016-04-10 14:29:06 +01:00
2016-12-30 17:19:36 +00:00
2016-12-30 17:20:14 +00:00
2015-10-28 10:30:17 +09:00
2012-06-05 14:02:25 +09:00
2015-10-28 10:30:17 +09:00
2016-08-29 16:15:24 +01:00
2016-01-24 14:46:21 +00:00
2015-10-28 10:30:17 +09:00
2015-10-28 10:30:17 +09:00
2015-11-05 13:15:12 -08:00
2016-08-29 18:20:01 +01:00
2017-02-19 11:58:19 +00:00
2016-11-13 13:07:15 +00:00
2017-03-21 18:43:56 +00:00
2016-03-12 18:12:37 +00:00
2017-03-21 18:43:56 +00:00
2015-10-11 15:45:17 +01:00
2017-03-21 18:43:56 +00:00
2015-03-28 10:57:34 +00:00
2017-03-19 10:56:26 +00:00
2017-03-19 10:51:04 +00:00
2015-10-28 10:30:17 +09:00
2016-02-24 20:52:55 +00:00