diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-15 06:40:58 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-10 09:06:36 -0400 |
commit | 1c279f4f971ba9d39e93c5f60452ade62c9ce0c5 (patch) | |
tree | 7361df3e946c1588c1d308539050a34dbc202903 /drivers/mmc/core | |
parent | e4556c0f35a9b3c179003c35084f3232c43c6109 (diff) |
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/core')
-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) | |||
337 | break; | 337 | break; |
338 | default: | 338 | default: |
339 | dev_err(host->parent, | 339 | dev_err(host->parent, |
340 | "Invalid \"bus-width\" value %ud!\n", bus_width); | 340 | "Invalid \"bus-width\" value %u!\n", bus_width); |
341 | return -EINVAL; | 341 | return -EINVAL; |
342 | } | 342 | } |
343 | 343 | ||