Loading drivers/gpio/gpiolib.c +1 −2 Original line number Diff line number Diff line Loading @@ -1422,7 +1422,6 @@ void devm_gpiochip_remove(struct device *dev, struct gpio_chip *chip) ret = devres_release(dev, devm_gpio_chip_release, devm_gpio_chip_match, chip); if (!ret) WARN_ON(ret); } EXPORT_SYMBOL_GPL(devm_gpiochip_remove); Loading Loading
drivers/gpio/gpiolib.c +1 −2 Original line number Diff line number Diff line Loading @@ -1422,7 +1422,6 @@ void devm_gpiochip_remove(struct device *dev, struct gpio_chip *chip) ret = devres_release(dev, devm_gpio_chip_release, devm_gpio_chip_match, chip); if (!ret) WARN_ON(ret); } EXPORT_SYMBOL_GPL(devm_gpiochip_remove); Loading