mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuning
authorJisheng Zhang <jszhang@kernel.org>
Sun, 14 Apr 2024 16:43:57 +0000 (00:43 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 26 Apr 2024 04:47:04 +0000 (06:47 +0200)
The preceding "&" before th1520_execute_tuning is useless, remove it.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20240414164357.2841-1-jszhang@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-dwcmshc.c

index c6a20be12712c898fdca9db2e60b52459dbe78c3..6682e0ce35b9082d16f9fd4eec949569522bb8fb 100644 (file)
@@ -807,7 +807,7 @@ static const struct sdhci_ops sdhci_dwcmshc_th1520_ops = {
        .reset                  = th1520_sdhci_reset,
        .adma_write_desc        = dwcmshc_adma_write_desc,
        .voltage_switch         = dwcmshc_phy_1_8v_init,
-       .platform_execute_tuning = &th1520_execute_tuning,
+       .platform_execute_tuning = th1520_execute_tuning,
 };
 
 static const struct sdhci_ops sdhci_dwcmshc_cv18xx_ops = {