diff options
| author | simran singhal <[email protected]> | 2017-03-04 21:00:53 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-09 17:37:21 +0100 |
| commit | c66de311168b679cb5d2c3d2f936f3e54730d8ae (patch) | |
| tree | 33e6a5c0b00e5fc083f5c934fcf65877e51549c1 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 4c3ff837e5fbb325a915b50e487dc91a6546b146 (diff) | |
staging: rtl8712: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions