diff options
| author | Stefan Roese <[email protected]> | 2020-09-23 11:01:29 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2020-10-16 13:55:04 +0200 |
| commit | 7353025dd4dff6638309e0f920084b65d62054ad (patch) | |
| tree | cf5a04bf5eb0f94be1e72191e94bb804e747d29f | |
| parent | 8a35094faa6a545a5abec5ef1708dea4b3b03b26 (diff) | |
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 <[email protected]>
Cc: Aaron Williams <[email protected]>
Cc: Suneel Garapati <[email protected]>
Cc: Chandrakala Chavva <[email protected]>
| -rw-r--r-- | drivers/mmc/octeontx_hsmmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/octeontx_hsmmc.c b/drivers/mmc/octeontx_hsmmc.c index ddc36694e1e..38ca3736841 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", |
