diff options
| author | Arushi Singhal <[email protected]> | 2018-03-07 18:47:17 +0530 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2018-03-07 19:52:58 +0000 |
| commit | bd28425a307417d3bd5bdf18e819cc7f90ac1a4d (patch) | |
| tree | 7f47e846e8ad44ae7f99a2a90106e8e95cab5c29 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 200905fdf08ab8168826b6ce43406d0638de22bf (diff) | |
staging: iio: 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: Arushi Singhal <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions