diff options
| author | Shraddha Barke <[email protected]> | 2015-10-15 00:58:20 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:51:48 -0700 |
| commit | 2594ca30c0ae7f126fc84dc3a795f007c2b2787f (patch) | |
| tree | 1bb7f41399a6f132b96096d9f2337077d674f547 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 7f44582ea77229331c52cdd1374488523796a86f (diff) | |
Staging: gdm724x: Remove unnecessary cast on void pointer
void pointers do not need to be cast to other pointer types.
Semantic patch:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Shraddha Barke <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions