Skip to content

Commit 7a5149d

Browse files
xhackerustcstorulf
authored andcommitted
mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuning
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>
1 parent e4c0277 commit 7a5149d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/sdhci-of-dwcmshc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ static const struct sdhci_ops sdhci_dwcmshc_th1520_ops = {
807807
.reset = th1520_sdhci_reset,
808808
.adma_write_desc = dwcmshc_adma_write_desc,
809809
.voltage_switch = dwcmshc_phy_1_8v_init,
810-
.platform_execute_tuning = &th1520_execute_tuning,
810+
.platform_execute_tuning = th1520_execute_tuning,
811811
};
812812

813813
static const struct sdhci_ops sdhci_dwcmshc_cv18xx_ops = {

0 commit comments

Comments
 (0)