summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tc3589x.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2012-08-04 14:00:31 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-17 15:03:37 +0200
commit8d2493781ad910019e9dc63dbf99f6dd2a8a2083 (patch)
tree120af87d23af22e6c9331ec25d5240f1e2d1deb8 /drivers/mfd/tc3589x.c
parenta91d2f8d6e4c0fd3d6e1a2b5609eb93b114effb6 (diff)
downloadop-kernel-dev-8d2493781ad910019e9dc63dbf99f6dd2a8a2083.zip
op-kernel-dev-8d2493781ad910019e9dc63dbf99f6dd2a8a2083.tar.gz
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/tc3589x.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud