We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c0277 commit 7a5149dCopy full SHA for 7a5149d
drivers/mmc/host/sdhci-of-dwcmshc.c
@@ -807,7 +807,7 @@ static const struct sdhci_ops sdhci_dwcmshc_th1520_ops = {
807
.reset = th1520_sdhci_reset,
808
.adma_write_desc = dwcmshc_adma_write_desc,
809
.voltage_switch = dwcmshc_phy_1_8v_init,
810
- .platform_execute_tuning = &th1520_execute_tuning,
+ .platform_execute_tuning = th1520_execute_tuning,
811
};
812
813
static const struct sdhci_ops sdhci_dwcmshc_cv18xx_ops = {
0 commit comments