mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net/e1000: add missing \n in error message
@ 2017-11-28 13:05 Uwe Kleine-König
  2017-12-01 11:06 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2017-11-28 13:05 UTC (permalink / raw)
  To: barebox

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/net/e1000/eeprom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/e1000/eeprom.c b/drivers/net/e1000/eeprom.c
index 6ee850c7808d..6251c6cecc94 100644
--- a/drivers/net/e1000/eeprom.c
+++ b/drivers/net/e1000/eeprom.c
@@ -717,7 +717,7 @@ static int e1000_flash_mode_check_command_valid(struct e1000_hw *hw)
 {
 	const uint32_t flswctl = e1000_read_reg(hw, E1000_FLSWCTL);
 	if (!(flswctl & E1000_FLSWCTL_CMDV)) {
-		dev_err(hw->dev, "FLSWCTL.CMDV was cleared");
+		dev_err(hw->dev, "FLSWCTL.CMDV was cleared\n");
 		return -EIO;
 	}
 
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-01 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 13:05 [PATCH] net/e1000: add missing \n in error message Uwe Kleine-König
2017-12-01 11:06 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox