drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
[deliverable/linux.git] / drivers / gpio / gpio-kempld.c
index 1e5e51987d315fdce98f67d3c9f8db776fa83de6..fd150adeebf925f19f13f7a475b96c6074670675 100644 (file)
@@ -199,7 +199,8 @@ static int kempld_gpio_remove(struct platform_device *pdev)
 {
        struct kempld_gpio_data *gpio = platform_get_drvdata(pdev);
 
-       return gpiochip_remove(&gpio->chip);
+       gpiochip_remove(&gpio->chip);
+       return 0;
 }
 
 static struct platform_driver kempld_gpio_driver = {
This page took 0.026195 seconds and 5 git commands to generate.