diff options
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-tb10x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c index 46b89614aa91..12c99d969b98 100644 --- a/drivers/gpio/gpio-tb10x.c +++ b/drivers/gpio/gpio-tb10x.c | |||
@@ -292,7 +292,6 @@ static int tb10x_gpio_remove(struct platform_device *pdev) | |||
292 | BIT(tb10x_gpio->gc.ngpio) - 1, 0, 0); | 292 | BIT(tb10x_gpio->gc.ngpio) - 1, 0, 0); |
293 | kfree(tb10x_gpio->domain->gc); | 293 | kfree(tb10x_gpio->domain->gc); |
294 | irq_domain_remove(tb10x_gpio->domain); | 294 | irq_domain_remove(tb10x_gpio->domain); |
295 | free_irq(tb10x_gpio->irq, tb10x_gpio); | ||
296 | } | 295 | } |
297 | gpiochip_remove(&tb10x_gpio->gc); | 296 | gpiochip_remove(&tb10x_gpio->gc); |
298 | 297 | ||