aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTapasweni Pathak <[email protected]>2014-10-30 17:04:15 +0530
committerGreg Kroah-Hartman <[email protected]>2014-10-30 13:06:03 -0700
commite3b6db3294b079b5bc986cceb465feddf3623906 (patch)
tree3f55037baf74362e1e0535ad5bf8aeef6a760755 /tools/perf/scripts/python
parentaa54b60d63abf51227336de9c1ec13bdbabfee88 (diff)
staging: ft1000: ft1000-pcmcia: Remove useless cast on void pointer
void pointers do not need to be cast to other pointer types. The semantic patch used to find this: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Build tested it. Signed-off-by: Tapasweni Pathak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions