summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Christ <s.christ@phytec.de>2016-05-18 08:32:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-19 08:39:41 +0200
commitb47a5a7ed6d105a64c02893d5150517fc2ff5f72 (patch)
tree6f29884ec1100c48356ed9ab7a72033444d69042
parente9add3ae570a381568fb4851a3a43f0b5ca3b089 (diff)
downloadbarebox-b47a5a7ed6d105a64c02893d5150517fc2ff5f72.tar.gz
barebox-b47a5a7ed6d105a64c02893d5150517fc2ff5f72.tar.xz
imx-bbu-nand-fcb: add missing newline character
Signed-off-by: Stefan Christ <s.christ@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/imx-bbu-nand-fcb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c
index 1ffa79d1ec..72b7b0ea6d 100644
--- a/common/imx-bbu-nand-fcb.c
+++ b/common/imx-bbu-nand-fcb.c
@@ -927,13 +927,13 @@ static void read_firmware_all(struct mtd_info *mtd, struct fcb_block *fcb, void
fcb->Firmware2_startingPage == fw0) {
first = 1;
} else {
- pr_warn("FCB is not what we expect. Update will not be robust");
+ pr_warn("FCB is not what we expect. Update will not be robust\n");
*used = 0;
return;
}
if (fcb->PagesInFirmware1 != fcb->PagesInFirmware2) {
- pr_warn("FCB is not what we expect. Update will not be robust");
+ pr_warn("FCB is not what we expect. Update will not be robust\n");
return;
}