po 14. 9. 2020 v 13:02 odesÃlatel Michal Simek <[email protected]> napsal: > > Trivial fix. > > Fixes: d1f4e39d58db ("mmc: zynq_sdhci: Add support for SD3.0" > Signed-off-by: Michal Simek <[email protected]> > --- > > drivers/mmc/zynq_sdhci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c > index e9381b949307..775c17baac5b 100644 > --- a/drivers/mmc/zynq_sdhci.c > +++ b/drivers/mmc/zynq_sdhci.c > @@ -191,7 +191,7 @@ static void arasan_sdhci_set_control_reg(struct > sdhci_host *host) > > #if defined(CONFIG_ARCH_ZYNQMP) > const struct sdhci_ops arasan_ops = { > - .platform_execute_tuning = &arasan_sdhci_execute_tuning, > + .platform_execute_tuning = &arasan_sdhci_execute_tuning, > .set_delay = &arasan_sdhci_set_tapdelay, > .set_control_reg = &arasan_sdhci_set_control_reg, > }; > -- > 2.28.0 >
Applied. M -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

