commit | 1c279f4f971ba9d39e93c5f60452ade62c9ce0c5 | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Sat Feb 15 15:40:58 2014 +0400 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Mar 10 14:06:36 2014 +0100 |
tree | 7361df3e946c1588c1d308539050a34dbc202903 | |
parent | e4556c0f35a9b3c179003c35084f3232c43c6109 [diff] [blame] |
mmc: core: typo fix in printk specifier Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index 49bc403..114f6bd 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c
@@ -337,7 +337,7 @@ break; default: dev_err(host->parent, - "Invalid \"bus-width\" value %ud!\n", bus_width); + "Invalid \"bus-width\" value %u!\n", bus_width); return -EINVAL; }