diff options
author | Janani Ravichandran <[email protected]> | 2016-02-25 13:39:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-03-11 22:09:09 -0800 |
commit | 264cd1d1c23dfe9b758e3e454ea2db84226c4a79 (patch) | |
tree | 1c64b500a219e6884ef9cc613810a49e0460b7c0 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 64f93e17243c8f6fad0d2f5c18b72282b8139234 (diff) |
staging: fbtft: fb_ra8875.c: Remove 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions