9
0
Fork 0

mci-core: fix typo for pr_warn

It is pr_warning(), not pr_warn().

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert Schwebel 2011-10-10 22:07:33 +02:00 committed by Sascha Hauer
parent 79c698b6f4
commit c3d7a97726
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}