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)
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>

No differences found