mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-17 17:51:27 +01:00
sandbox: spi: Add newline to printf() in sandbox_sf_probe
This printf() should have a newline at the end. Add it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
b527924954
commit
832adb212e
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ static int sandbox_sf_probe(struct udevice *dev)
|
|||
}
|
||||
}
|
||||
if (cs == -1) {
|
||||
printf("Error: Unknown chip select for device '%s'",
|
||||
printf("Error: Unknown chip select for device '%s'\n",
|
||||
dev->name);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue