projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4556c0
)
mmc: core: typo fix in printk specifier
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 15 Feb 2014 11:40:58 +0000
(15:40 +0400)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 10 Mar 2014 13:06:36 +0000
(14:06 +0100)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/mmc/core/host.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/core/host.c
b/drivers/mmc/core/host.c
index 49bc403e31f02f7f10358d33c49030f9fddcf0d1..114f6bdfbef3c5dac060d3ccb046fb9fbb1f872d 100644
(file)
--- 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 %u
d
!\n", bus_width);
+ "Invalid \"bus-width\" value %u!\n", bus_width);
return -EINVAL;
}