Loading drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -3689,7 +3689,7 @@ struct gpio_desc *__must_check gpiod_get_index(struct device *dev, } if (IS_ERR(desc)) { dev_dbg(dev, "lookup for GPIO %s failed\n", con_id); dev_dbg(dev, "No GPIO consumer %s found\n", con_id); return desc; } Loading Loading
drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -3689,7 +3689,7 @@ struct gpio_desc *__must_check gpiod_get_index(struct device *dev, } if (IS_ERR(desc)) { dev_dbg(dev, "lookup for GPIO %s failed\n", con_id); dev_dbg(dev, "No GPIO consumer %s found\n", con_id); return desc; } Loading