On Thu, Oct 25, 2018 at 01:37:54AM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl <ladis@xxxxxxxxxxxxxx> > --- > drivers/mtd/nand/atmel_nand.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks Sascha > diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c > index 0b9071c9b..4bc944d24 100644 > --- a/drivers/mtd/nand/atmel_nand.c > +++ b/drivers/mtd/nand/atmel_nand.c > @@ -1429,14 +1429,14 @@ static int __init atmel_nand_probe(struct device_d *dev) > } > > if (gpio_get_value(host->board->det_pin)) { > - printk("No SmartMedia card inserted.\n"); > + dev_info(dev, "No SmartMedia card inserted.\n"); > res = -ENXIO; > goto err_no_card; > } > } > > if (host->board->on_flash_bbt) { > - printk(KERN_INFO "atmel_nand: Use On Flash BBT\n"); > + dev_info(dev, "Use On Flash BBT\n"); > nand_chip->bbt_options |= NAND_BBT_USE_FLASH; > } > > -- > 2.19.1 > > > _______________________________________________ > 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