diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-15 12:40:58 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-10 14:06:36 +0100 |
commit | 1c279f4f971ba9d39e93c5f60452ade62c9ce0c5 (patch) | |
tree | 7361df3e946c1588c1d308539050a34dbc202903 | |
parent | ARM: spear: clean up editing mistake (diff) | |
download | linux-1c279f4f971ba9d39e93c5f60452ade62c9ce0c5.tar.xz linux-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>
-rw-r--r-- | drivers/mmc/core/host.c | 2 |
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; } |