pinctrl/pinctrl-u300: remove unneeded devm_kfree call
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 21 Jul 2012 08:37:58 +0000 (14:22 +0545)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 4 Aug 2012 22:24:15 +0000 (00:24 +0200)
commit0e3ac20d9f9872cbf2d00d6a63f92759cb8dd082
treeedc7f8e314a3fbb95ab6d85b4b99d47ff11ac790
parentc43ba8008252d26e023f3943bb83a48641b3dec4
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 <develkernel412222@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-u300.c