Browse Source

mmc: core: typo fix in printk specifier

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Alexander Shiyan 11 years ago
parent
commit
1c279f4f97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mmc/core/host.c

+ 1 - 1
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 %ud!\n", bus_width);
+			"Invalid \"bus-width\" value %u!\n", bus_width);
 		return -EINVAL;
 	}