9
0
Fork 0

mci: core: Typo fix in printk specifier

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-03-16 09:23:44 +04:00 committed by Sascha Hauer
parent 7933e34445
commit 0017d4d2d6
1 changed files with 1 additions and 1 deletions

View File

@ -1813,7 +1813,7 @@ void mci_of_parse(struct mci_host *host)
break;
default:
dev_err(host->hw_dev,
"Invalid \"bus-width\" value %ud!\n", bus_width);
"Invalid \"bus-width\" value %u!\n", bus_width);
}
/* f_max is obtained from the optional "max-frequency" property */