Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / mmc / core / host.c
index 453573d5ab08de38b0599d5b88a41a86bcff4729..fdea825dbb240238b66531214b7761bda4b698eb 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;
        }