pinctrl/nomadik: use devm_* allocators for gpio probe
authorLinus Walleij <linus.walleij@stericsson.com>
Tue, 3 Jul 2012 21:05:14 +0000 (23:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Jul 2012 09:05:05 +0000 (11:05 +0200)
The GPIO portions of the Nomadik pinctrl driver was not using
the managed devm_* interfaces, lets' use them consequently and
cut down the error path and special case handling.

Acked-by: Patrice Chotard <patrice.chotard@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found