From: Alexander Shiyan Date: Sat, 15 Feb 2014 11:40:58 +0000 (+0400) Subject: mmc: core: typo fix in printk specifier X-Git-Tag: firefly_0821_release~176^2~4169^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1c279f4f971ba9d39e93c5f60452ade62c9ce0c5;p=firefly-linux-kernel-4.4.55.git mmc: core: typo fix in printk specifier Signed-off-by: Alexander Shiyan Signed-off-by: Jiri Kosina --- diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index 49bc403e31f0..114f6bdfbef3 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c @@ -337,7 +337,7 @@ int mmc_of_parse(struct mmc_host *host) break; default: dev_err(host->parent, - "Invalid \"bus-width\" value %ud!\n", bus_width); + "Invalid \"bus-width\" value %u!\n", bus_width); return -EINVAL; }