[Skiboot] [PATCH 2/4] libflash: put message on one line
Joel Stanley
joel at jms.id.au
Wed Nov 25 16:42:37 AEDT 2015
This way it can be grep'd for.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
libflash/libflash.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libflash/libflash.c b/libflash/libflash.c
index c05c9278fdb2..cc37f2fbfe00 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;
}
}
--
2.6.2
More information about the Skiboot
mailing list