diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 320413aeeda58cbc4fd347d380cd062e435bdbad..4380c7c195a628e343f1f0b4719be6b6bbf3fdb3 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -1595,7 +1595,7 @@ static int mmc_power_init(struct mmc *mmc)
 	ret = device_get_supply_regulator(mmc->dev, "vmmc-supply",
 					  &vmmc_supply);
 	if (ret) {
-		puts("No vmmc supply\n");
+		debug("%s: No vmmc supply\n", mmc->dev->name);
 		return 0;
 	}