diff mbox series

[1/4] mmc: octeontx_hsmmc.c: Remove test debug message

Message ID 20200923090132.1911524-1-sr@denx.de
State Accepted
Commit 7353025dd4dff6638309e0f920084b65d62054ad
Delegated to: Stefan Roese
Headers show
Series [1/4] mmc: octeontx_hsmmc.c: Remove test debug message | expand

Commit Message

Stefan Roese Sept. 23, 2020, 9:01 a.m. UTC
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>
---
 drivers/mmc/octeontx_hsmmc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefan Roese Oct. 16, 2020, 1:39 p.m. UTC | #1
On 23.09.20 11:01, Stefan Roese wrote:
> 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>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   drivers/mmc/octeontx_hsmmc.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> 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",
> 


Viele Grüße,
Stefan
diff mbox series

Patch

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",