Loading drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ EXPORT_SYMBOL_GPL(gpiod_get_direction); */ static int gpiochip_add_to_list(struct gpio_chip *chip) { struct list_head *pos = &gpio_chips; struct list_head *pos; struct gpio_chip *_chip; int err = 0; Loading Loading
drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ EXPORT_SYMBOL_GPL(gpiod_get_direction); */ static int gpiochip_add_to_list(struct gpio_chip *chip) { struct list_head *pos = &gpio_chips; struct list_head *pos; struct gpio_chip *_chip; int err = 0; Loading