diff options
author | 2019-10-23 14:11:07 +0300 | |
---|---|---|
committer | 2019-10-24 14:12:21 +0200 | |
commit | 2ec35bd21d3290c8f76020dc60503deacd18e24b (patch) | |
tree | f958b4fd3f3b5a3ad3667ea48b48206c96d2218d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | drm/simple-kms: Standardize arguments for callbacks (diff) | |
download | linux-dev-2ec35bd21d3290c8f76020dc60503deacd18e24b.tar.xz linux-dev-2ec35bd21d3290c8f76020dc60503deacd18e24b.zip |
drm/mediatek: remove cast to pointers passed to kfree
Remove unnecessary casts to pointer types passed to kfree.
Issue detected by coccinelle:
@@
type t1;
expression *e;
@@
-kfree((t1 *)e);
+kfree(e);
Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191023111107.9972-1-wambui.karugax@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions