]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
i2c: i2c-gpio: add newline
authorSergei Antonov <saproj@gmail.com>
Thu, 20 Oct 2022 14:28:14 +0000 (17:28 +0300)
committerHeiko Schocher <hs@denx.de>
Mon, 14 Nov 2022 06:24:47 +0000 (07:24 +0100)
Add newline at the end of the printed string.

Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/i2c/i2c-gpio.c

index 1aedad5c8ede6770ec3b679560e561f17d23df19..4ed9e9e7cdddd835f4892f7d05adc0cc6faa4836 100644 (file)
@@ -362,7 +362,7 @@ static int i2c_gpio_of_to_plat(struct udevice *dev)
 
        return 0;
 error:
-       pr_err("Can't get %s gpios! Error: %d", dev->name, ret);
+       pr_err("Can't get %s gpios! Error: %d\n", dev->name, ret);
        return ret;
 }