aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTapasweni Pathak <[email protected]>2014-10-30 17:02:57 +0530
committerGreg Kroah-Hartman <[email protected]>2014-10-30 13:05:48 -0700
commitb3d43a39104de1ed4278e85e16bd017c7ed73d91 (patch)
treefc9c1164f2a0b8094025153b6226fd6c99ce8c39 /tools/perf/scripts/python/bin
parentd82e62deb51b50b10736c71f06fa6ac26be3b5a3 (diff)
staging: ozwpan: 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/bin')
0 files changed, 0 insertions, 0 deletions