diff options
| author | Tapasweni Pathak <[email protected]> | 2014-10-30 17:02:48 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-10-30 13:05:48 -0700 |
| commit | d82e62deb51b50b10736c71f06fa6ac26be3b5a3 (patch) | |
| tree | 37cdd7f8d3afde9787cb7bc7228d4efc06a5d7d5 /tools/perf/scripts/python/bin | |
| parent | ad1d2a4fc8676588f6fe9882235056f1c6d13b50 (diff) | |
staging: media: lirc: 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