From b47a5a7ed6d105a64c02893d5150517fc2ff5f72 Mon Sep 17 00:00:00 2001 From: Stefan Christ Date: Wed, 18 May 2016 08:32:02 +0200 Subject: imx-bbu-nand-fcb: add missing newline character Signed-off-by: Stefan Christ Signed-off-by: Sascha Hauer --- common/imx-bbu-nand-fcb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/imx-bbu-nand-fcb.c') 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; } -- cgit v1.2.3