From 7bcbbd2c3c3b01bb0b42c32145e4a0ad0952a9be Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 25 Nov 2015 16:12:37 +1030 Subject: libflash: put message on one line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way it can be grep'd for. Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Signed-off-by: Stewart Smith --- libflash/libflash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libflash') diff --git a/libflash/libflash.c b/libflash/libflash.c index c05c9278..cc37f2fb 100644 --- a/libflash/libflash.c +++ b/libflash/libflash.c @@ -749,8 +749,7 @@ static int flash_configure(struct flash_chip *c) FL_DBG("LIBFLASH: Enabling controller 4B mode...\n"); rc = ct->set_4b(ct, true); if (rc) { - FL_ERR("LIBFLASH: Failed" - " to set controller 4b mode\n"); + FL_ERR("LIBFLASH: Failed to set controller 4b mode\n"); return rc; } } -- cgit v1.2.1