aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/driver_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bcma/driver_gpio.c')
-rw-r--r--drivers/bcma/driver_gpio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bcma/driver_gpio.c b/drivers/bcma/driver_gpio.c
index 57ce5fe65364..706b9ae0dcfb 100644
--- a/drivers/bcma/driver_gpio.c
+++ b/drivers/bcma/driver_gpio.c
@@ -255,5 +255,6 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
255int bcma_gpio_unregister(struct bcma_drv_cc *cc) 255int bcma_gpio_unregister(struct bcma_drv_cc *cc)
256{ 256{
257 bcma_gpio_irq_domain_exit(cc); 257 bcma_gpio_irq_domain_exit(cc);
258 return gpiochip_remove(&cc->gpio); 258 gpiochip_remove(&cc->gpio);
259 return 0;
259} 260}