From: Axel Lin Date: Tue, 17 Apr 2012 10:06:50 +0000 (+0800) Subject: regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversion X-Git-Tag: v3.5-rc1~177^2~57^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575f690dc4973027ce7e93360678681d09f65fac;p=pandora-kernel.git regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversion commit 4d26f7 "regulator: max8660: Use devm_kzalloc()" missed to replace kzalloc by devm_kzalloc. Fix it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed