From: Stefan Roese Date: Wed, 23 Sep 2020 09:01:29 +0000 (+0200) Subject: mmc: octeontx_hsmmc.c: Remove test debug message X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=7353025dd4dff6638309e0f920084b65d62054ad;p=u-boot.git mmc: octeontx_hsmmc.c: Remove test debug message Remove a left-over debug test message from the Octeon TX / TX2 MMC driver. Signed-off-by: Stefan Roese Cc: Aaron Williams Cc: Suneel Garapati Cc: Chandrakala Chavva --- diff --git a/drivers/mmc/octeontx_hsmmc.c b/drivers/mmc/octeontx_hsmmc.c index ddc36694e1..38ca373684 100644 --- a/drivers/mmc/octeontx_hsmmc.c +++ b/drivers/mmc/octeontx_hsmmc.c @@ -3638,7 +3638,6 @@ static int octeontx_mmc_slot_probe(struct udevice *dev) struct mmc *mmc; int err; - printk("%s (%d)\n", __func__, __LINE__); // test-only debug("%s(%s)\n", __func__, dev->name); if (!host_probed) { pr_err("%s(%s): Error: host not probed yet\n",