projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b527924
)
sandbox: spi: Add newline to printf() in sandbox_sf_probe
author
Simon Glass
<sjg@chromium.org>
Mon, 4 May 2015 17:31:10 +0000
(11:31 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 May 2015 00:49:35 +0000
(18:49 -0600)
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>
drivers/mtd/spi/sandbox.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sandbox.c
b/drivers/mtd/spi/sandbox.c
index d576d31243a7a90a7213466d7b3ce600a2d1d84f..895604d7367e13479787c7ecf96cbb8abeaaa88d 100644
(file)
--- a/
drivers/mtd/spi/sandbox.c
+++ b/
drivers/mtd/spi/sandbox.c
@@
-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;
}