GPIO: gpiolib: trivial: Add missing carriage return
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 19 Sep 2014 07:39:25 +0000 (11:39 +0400)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Sep 2014 15:51:40 +0000 (17:51 +0200)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c

index bf1bb795f10098b915a12c93f24fc1c12d39ff7e..4acf8b2e92263f4e148f4df77ebec54a31fadb49 100644 (file)
@@ -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.
         */
        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);
        }