drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
[deliverable/linux.git] / drivers / gpio / gpio-it8761e.c
index 278b81317010f3a2fbff9637f42029a0d79c360b..dadfc245cf0993ac27615fee19ca66262f683458 100644 (file)
@@ -217,11 +217,7 @@ gpiochip_add_err:
 static void __exit it8761e_gpio_exit(void)
 {
        if (gpio_ba) {
-               int ret = gpiochip_remove(&it8761e_gpio_chip);
-
-               WARN(ret, "%s(): gpiochip_remove() failed, ret=%d\n",
-                               __func__, ret);
-
+               gpiochip_remove(&it8761e_gpio_chip);
                release_region(gpio_ba, GPIO_IOSIZE);
                gpio_ba = 0;
        }
This page took 0.025647 seconds and 5 git commands to generate.