diff options
Diffstat (limited to 'drivers/bcma/driver_gpio.c')
-rw-r--r-- | drivers/bcma/driver_gpio.c | 3 |
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) | |||
255 | int bcma_gpio_unregister(struct bcma_drv_cc *cc) | 255 | int 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 | } |