aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-02-15 15:40:58 +0400
committerJiri Kosina <jkosina@suse.cz>2014-03-10 14:06:36 +0100
commit1c279f4f971ba9d39e93c5f60452ade62c9ce0c5 (patch)
tree7361df3e946c1588c1d308539050a34dbc202903 /drivers/mmc
parentARM: spear: clean up editing mistake (diff)
downloadlinux-dev-1c279f4f971ba9d39e93c5f60452ade62c9ce0c5.tar.xz
linux-dev-1c279f4f971ba9d39e93c5f60452ade62c9ce0c5.zip
mmc: core: typo fix in printk specifier
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/host.c2
1 files changed, 1 insertions, 1 deletions
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;
}