From: Alexander Shiyan Date: Sat, 15 Feb 2014 11:40:58 +0000 (+0400) Subject: mmc: core: typo fix in printk specifier X-Git-Tag: v3.15-rc1~115^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c279f4f971ba9d39e93c5f60452ade62c9ce0c5;p=thirdparty%2Fkernel%2Flinux.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 49bc403e31f02..114f6bdfbef3c 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; }