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 <[email protected]> Acked-by: Adrian Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent e4c0277 commit 7a5149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)