]> Git Repo - J-u-boot.git/commitdiff
mmc: octeontx_hsmmc.c: Remove test debug message
authorStefan Roese <[email protected]>
Wed, 23 Sep 2020 09:01:29 +0000 (11:01 +0200)
committerStefan Roese <[email protected]>
Fri, 16 Oct 2020 11:55:04 +0000 (13:55 +0200)
Remove a left-over debug test message from the Octeon TX / TX2
MMC driver.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Aaron Williams <[email protected]>
Cc: Suneel Garapati <[email protected]>
Cc: Chandrakala Chavva <[email protected]>
drivers/mmc/octeontx_hsmmc.c

index ddc36694e1edb299261e5bc8288299e6b379d7e4..38ca3736841231f1b8d41982c29820bd5934a675 100644 (file)
@@ -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",
This page took 0.047427 seconds and 4 git commands to generate.