mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
i2c: i2c-gpio: add newline
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>
This commit is contained in:
parent
6d133b3158
commit
b0c485fd38
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue