Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85a3bd97 authored by Raphaël Poggi's avatar Raphaël Poggi Committed by Brian Norris
Browse files

mtd: nand: add line feed to pr_err



Add line feed to pr_err.

Signed-off-by: default avatarRaphaël Poggi <poggi.raph@gmail.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent b4a81282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ int __nand_correct_data(unsigned char *buf,
	if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1)
		return 1;	/* error in ECC data; no action needed */

	pr_err("%s: uncorrectable ECC error", __func__);
	pr_err("%s: uncorrectable ECC error\n", __func__);
	return -1;
}
EXPORT_SYMBOL(__nand_correct_data);