Skip to content

Commit

Permalink
mmc: core: typo fix in printk specifier
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Alexander Shiyan authored and Jiri Kosina committed Mar 10, 2014
1 parent e4556c0 commit 1c279f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1c279f4

Please sign in to comment.