From a665ef716a9a90c30fb15e1f979845b3438a7251 Mon Sep 17 00:00:00 2001 From: Eric Wetzel Date: Wed, 5 Jan 2011 14:24:54 -0500 Subject: nit: do not add \n at end of LOG_ERROR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed in many other places, and submitted in response to Øyvind's invitation. --- src/flash/nand/davinci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nand/davinci.c') diff --git a/src/flash/nand/davinci.c b/src/flash/nand/davinci.c index af39dbf9..b7fe66ea 100644 --- a/src/flash/nand/davinci.c +++ b/src/flash/nand/davinci.c @@ -263,7 +263,7 @@ static int davinci_write_page(struct nand_device *nand, uint32_t page, /* Always write both data and OOB ... we are not "raw" I/O! */ if (!data) { - LOG_ERROR("Missing NAND data; try 'nand raw_access enable'\n"); + LOG_ERROR("Missing NAND data; try 'nand raw_access enable'"); return ERROR_NAND_OPERATION_FAILED; } -- cgit v1.2.3