From: Jingoo Han Date: Mon, 29 Oct 2012 04:31:07 +0000 (-0700) Subject: leds: leds-88pm860x: drop devm_kfree of devm_kzalloc'd data X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~3^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3651c4b904b005fcba757c529184e8c3c596cb05;p=pandora-kernel.git leds: leds-88pm860x: drop devm_kfree of devm_kzalloc'd data The devm_kfree function 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: Bryan Wu --- Reading git-diff-tree failed