gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enable
authorMathias Nyman <mathias.nyman@linux.intel.com>
Mon, 12 Aug 2013 11:05:41 +0000 (14:05 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Aug 2013 15:11:33 +0000 (17:11 +0200)
commitb168386eaf560bf13fcf2c166453714e779f763e
treeb08e3e9d0df972e8c2fbe50903b1b1e8cbdc5398
parent81e9df2c946e49044877136789ecae61cbf65c81
gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enable

Missing pm_runtime_disable call in driver remove path caused
an unbalanaced pm_runtime_enable warning when driver was reloaded

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lynxpoint.c