Commit 1c279f4f authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Jiri Kosina

mmc: core: typo fix in printk specifier

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e4556c0f
...@@ -337,7 +337,7 @@ int mmc_of_parse(struct mmc_host *host) ...@@ -337,7 +337,7 @@ int mmc_of_parse(struct mmc_host *host)
break; break;
default: default:
dev_err(host->parent, dev_err(host->parent,
"Invalid \"bus-width\" value %ud!\n", bus_width); "Invalid \"bus-width\" value %u!\n", bus_width);
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment