drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
[deliverable/linux.git] / drivers / gpio / gpio-pcf857x.c
index 27b46751ea7e86756f80e1c28664fe5736ca351b..236708ad0a5ba0ab9c0ee95a8d2db648e930cb29 100644 (file)
@@ -444,9 +444,7 @@ static int pcf857x_remove(struct i2c_client *client)
        if (client->irq)
                pcf857x_irq_domain_cleanup(gpio);
 
-       status = gpiochip_remove(&gpio->chip);
-       if (status)
-               dev_err(&client->dev, "%s --> %d\n", "remove", status);
+       gpiochip_remove(&gpio->chip);
        return status;
 }
 
This page took 0.025982 seconds and 5 git commands to generate.