diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-16 21:49:20 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:56:23 -0700 |
| commit | f1092794c0132cfca2329748983b840ffeae379e (patch) | |
| tree | 7628690fefc5e4b150ce544a25bc87ec3bba5057 /tools/perf/scripts/python | |
| parent | e788b70f3bc058b73390e03bd8e58835ac66fa82 (diff) | |
Staging: fbtft: fb_ssd1331: Remove unnecessary cast
Compiler can typecast variables implicitly so, explicit type cast is not
required and should be removed.
Semantic patch used:
@@
type T;
T e;
identifier x;
@@
* T x = (T)e;
Signed-off-by: Shivani Bhardwaj <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions