9
0
Fork 0

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>
This commit is contained in:
Stefan Christ 2016-05-18 08:32:02 +02:00 committed by Sascha Hauer
parent e9add3ae57
commit b47a5a7ed6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}