RE: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument

2024-04-15 Thread Jaehoon Chung
Hi, > -Original Message- > From: Jaehoon Chung > Sent: Monday, April 15, 2024 4:57 PM > To: u-boot@lists.denx.de > Cc: tr...@konsulko.com; ycli...@andestech.com; Jaehoon Chung > > Subject: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument > > Remov

[PATCH] mmc: cv1800b_sdhci: Remove the unused argument

2024-04-15 Thread Jaehoon Chung
Remove the unused argument about cmd_error. Fixes: a3b2786651c7 ("mmc: Drop unused mmc_send_tuning() cmd_error parameter") Signed-off-by: Jaehoon Chung 1 --- drivers/mmc/cv1800b_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/cv1800b_sdhci.c b/drivers/mmc