From: Devendra Naga Date: Sat, 21 Jul 2012 08:37:58 +0000 (+0545) Subject: pinctrl/pinctrl-u300: remove unneeded devm_kfree call X-Git-Tag: v3.6-rc2~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3ac20d9f9872cbf2d00d6a63f92759cb8dd082;p=pandora-kernel.git pinctrl/pinctrl-u300: remove unneeded devm_kfree call the allocated memory will be destroyed at the driver unload time, automatically if driver uses the devm_ functions, so no need of doing devm_kfree at the error path Signed-off-by: Devendra Naga Signed-off-by: Linus Walleij --- Reading git-diff-tree failed