ath10k: handle ieee80211 header and payload tracing separately
[cascardo/linux.git] / drivers / gpio / gpio-arizona.c
index 29bdff5..fe369f5 100644 (file)
@@ -149,7 +149,8 @@ static int arizona_gpio_remove(struct platform_device *pdev)
 {
        struct arizona_gpio *arizona_gpio = platform_get_drvdata(pdev);
 
-       return gpiochip_remove(&arizona_gpio->gpio_chip);
+       gpiochip_remove(&arizona_gpio->gpio_chip);
+       return 0;
 }
 
 static struct platform_driver arizona_gpio_driver = {