OSDN Git Service

mmc: core: typo fix in printk specifier
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 15 Feb 2014 11:40:58 +0000 (15:40 +0400)
committerJiri 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

index 49bc403..114f6bd 100644 (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;
        }