diff options
| author | Nachammai Karuppiah <[email protected]> | 2019-10-08 13:17:38 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-10-10 10:51:09 +0200 |
| commit | 2dac96b334aad29ab5a29a9150b3f5c04e2e0d63 (patch) | |
| tree | 8da57ae6a73af1b051312d81837e90bec6f7b756 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 8fd1fe824f20692a09279fabe952cf65bedffeee (diff) | |
staging: rtl8723bs: core: Remove typecast in call to kfree
Remove typecast in the call to kfree as it is not needed.
Issue found using the below coccinelle script with options -I and
--recursive-includes,
@@
type t1;
expression *e;
@@
-kfree((t1 *)e);
+kfree(e);
Signed-off-by: Nachammai Karuppiah <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions