diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2012-08-04 14:00:31 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-17 15:03:37 +0200 |
commit | 8d2493781ad910019e9dc63dbf99f6dd2a8a2083 (patch) | |
tree | 120af87d23af22e6c9331ec25d5240f1e2d1deb8 /drivers/mfd/wm831x-spi.c | |
parent | mfd: Add MAX8907 core driver (diff) | |
download | linux-8d2493781ad910019e9dc63dbf99f6dd2a8a2083.tar.xz linux-8d2493781ad910019e9dc63dbf99f6dd2a8a2083.zip |
mfd: palmas: Drop kfree of devm_kzalloc's data
Using kfree to free data allocated with devm_kzalloc causes double frees.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
expression x;
@@
x = devm_kzalloc(...)
...
?-kfree(x);
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/wm831x-spi.c')
0 files changed, 0 insertions, 0 deletions