[PATCH] imx-bbu-nand-fcb: add missing newline character
Stefan Christ
s.christ at phytec.de
Tue May 17 23:32:02 PDT 2016
Signed-off-by: Stefan Christ <s.christ at phytec.de>
---
common/imx-bbu-nand-fcb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c
index 1ffa79d..72b7b0e 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;
}
--
1.9.1
More information about the barebox
mailing list