diff options
| author | Tapasweni Pathak <[email protected]> | 2014-10-30 17:03:08 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-10-30 13:05:48 -0700 |
| commit | 60c8991148d8ad7cdbfd210a42db721eccd58d26 (patch) | |
| tree | 5ff3ca00066275a7b4ffbfb1b5a021622cccb90e /tools/perf/scripts/python | |
| parent | b3d43a39104de1ed4278e85e16bd017c7ed73d91 (diff) | |
staging: rtl8188eu: core: 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