OSDN Git Service

gpio: bt8xx: fix release of managed resources
authorMichael Auchter <a@phire.org>
Wed, 27 Aug 2014 01:39:33 +0000 (01:39 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Aug 2014 12:31:43 +0000 (14:31 +0200)
commit7cc01f630a967b25d9de200767b42177e4fa0bac
tree22ce0bd6f48f0841c13e08fc4cd78cc84daa42e0
parent1b11a9b9e0a87fe8e3d2483bb42f68c94282b8df
gpio: bt8xx: fix release of managed resources

These resources are managed by devres, and should not be explicitly
released.

Signed-off-by: Michael Auchter <a@phire.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-bt8xx.c