projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d133b3
)
i2c: i2c-gpio: add newline
author
Sergei Antonov
<saproj@gmail.com>
Thu, 20 Oct 2022 14:28:14 +0000
(17:28 +0300)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/drivers/i2c/i2c-gpio.c
b/drivers/i2c/i2c-gpio.c
index 1aedad5c8ede6770ec3b679560e561f17d23df19..4ed9e9e7cdddd835f4892f7d05adc0cc6faa4836 100644
(file)
--- a/
drivers/i2c/i2c-gpio.c
+++ b/
drivers/i2c/i2c-gpio.c
@@
-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;
}