diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/gpiolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index dbddace5df42..85f772c0b26a 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c | |||
| @@ -2447,7 +2447,7 @@ struct gpio_desc *__must_check gpiod_get_index(struct device *dev, | |||
| 2447 | } | 2447 | } |
| 2448 | 2448 | ||
| 2449 | if (IS_ERR(desc)) { | 2449 | if (IS_ERR(desc)) { |
| 2450 | dev_warn(dev, "lookup for GPIO %s failed\n", con_id); | 2450 | dev_dbg(dev, "lookup for GPIO %s failed\n", con_id); |
| 2451 | return desc; | 2451 | return desc; |
| 2452 | } | 2452 | } |
| 2453 | 2453 | ||
