]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: omap: remove wrong irq_domain_remove usage in probe
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 18 Aug 2015 11:10:52 +0000 (14:10 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Aug 2015 07:51:26 +0000 (09:51 +0200)
commitbb8cdf9510d5d2b67126b36747c51d531026215d
treea8f16fad67a3a7156744128fed502b1ed51058c9
parent41d6bb4c890c8db01248b1bdd512a18e7bd29ca3
gpio: omap: remove wrong irq_domain_remove usage in probe

The bank->chip.irqdomain is uninitialized at the moment when
irq_domain_remove() is called, so remove this call.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c