Signed-off-by: Alexander Shiyan <shc_w...@mail.ru>
---
 drivers/mmc/core/host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c
index 49bc403..114f6bd 100644
--- a/drivers/mmc/core/host.c
+++ b/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;
        }
 
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to