On Tue, Nov 28, 2017 at 02:05:21PM +0100, Uwe Kleine-König wrote: > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/net/e1000/eeprom.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks Sascha > 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@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox