diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-25 14:33:59 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | 94889150a1a0173d4c369e272c3f46560a3f7898 (patch) | |
tree | 047029f832a93c43c6bc23e94731e95b1a430c68 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 3cfcb95c72cf165176ddf66693747a7a7918182c (diff) |
staging: wlan-ng: prism2sta.c: Drop unneeded void pointer cast
Void pointers need not be cast to other pointer types.
Semantic patch used:
@r@
expression x;
void *e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x) [...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions