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-12-30 17:19:36 +00:00
2016-12-30 17:20:14 +00:00
2016-01-24 14:46:21 +00:00
2015-11-05 13:15:12 -08:00
2017-02-19 11:58:19 +00:00
2017-03-21 18:43:56 +00:00
2015-10-11 15:45:17 +01:00