Commit 43a8785a authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Linus Walleij

GPIO: gpiolib: trivial: Add missing carriage return

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 46824e22
...@@ -1652,7 +1652,7 @@ struct gpio_desc *__must_check __gpiod_get_index(struct device *dev, ...@@ -1652,7 +1652,7 @@ struct gpio_desc *__must_check __gpiod_get_index(struct device *dev,
* a result. In that case, use platform lookup as a fallback. * a result. In that case, use platform lookup as a fallback.
*/ */
if (!desc || desc == ERR_PTR(-ENOENT)) { if (!desc || desc == ERR_PTR(-ENOENT)) {
dev_dbg(dev, "using lookup tables for GPIO lookup"); dev_dbg(dev, "using lookup tables for GPIO lookup\n");
desc = gpiod_find(dev, con_id, idx, &lookupflags); desc = gpiod_find(dev, con_id, idx, &lookupflags);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment