mmc: core: typo fix in printk specifier

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Alexander Shiyan 2014-02-15 15:40:58 +04:00 committed by Jiri Kosina
parent e4556c0f35
commit 1c279f4f97
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}