From: Jingoo Han Date: Wed, 20 Feb 2013 09:27:21 +0000 (+0900) Subject: mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85529575b67c318e296ae183cc80617d79aea23b;p=pandora-kernel.git mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd data devm_kfree() allocates memory that is released when a driver detaches. Thus, there is no reason to explicitly call devm_kfree() in probe or remove functions. Signed-off-by: Jingoo Han Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed