It is pr_warning(), not pr_warn(). Signed-off-by: Robert Schwebel <r.schwebel@xxxxxxxxxxxxxx> --- drivers/mci/mci-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c index 681de0a..09f7e29 100644 --- a/drivers/mci/mci-core.c +++ b/drivers/mci/mci-core.c @@ -1192,7 +1192,7 @@ static int mci_card_probe(struct device_d *mci_dev) /* reset the card */ rc = mci_go_idle(mci_dev); if (rc) { - pr_warn("Cannot reset the SD/MMC card\n"); + pr_warning("Cannot reset the SD/MMC card\n"); goto on_error; } -- 1.7.6.3 -- 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