mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <sr@denx.de> Cc: Aaron Williams <awilliams@marvell.com> Cc: Suneel Garapati <sgarapati@marvell.com> Cc: Chandrakala Chavva <cchavva@marvell.com>
This commit is contained in:
parent
8a35094faa
commit
7353025dd4
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue