diff options
author | 2014-08-11 01:29:37 +0530 | |
---|---|---|
committer | 2014-08-19 09:21:34 -0500 | |
commit | 0c5824083b8ca4aff083dc74024d0bfd46f9da9d (patch) | |
tree | 849240e6829d4db6b51ce93b305cbcb79119da76 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | usb: phy: return -ENODEV on failure of try_module_get (diff) | |
download | wireguard-linux-0c5824083b8ca4aff083dc74024d0bfd46f9da9d.tar.xz wireguard-linux-0c5824083b8ca4aff083dc74024d0bfd46f9da9d.zip |
usb: phy: drop kfree of devm_kzalloc's data
Using kfree to free data allocated with devm_kzalloc causes double frees.
The Coccinelle semantic patch that fixes this problem is as follows:
// <smpl>
@@
expression x;
@@
x = devm_kzalloc(...)
...
?-kfree(x);
// </smpl>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions