Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: stable/11/sys/dev/sdhci/fsl_sdhci.c 327638 2018-01-06 21:19:52Z ian $");
---
> __FBSDID("$FreeBSD: stable/11/sys/dev/sdhci/fsl_sdhci.c 331501 2018-03-24 22:39:38Z ian $");
88a89
> bool slot_init_done;
816a818,820
> if (sc->slot_init_done)
> sdhci_cleanup_slot(&sc->slot);
>
824d827
< sdhci_cleanup_slot(&sc->slot);
843a847,848
> callout_init(&sc->r1bfix_callout, 1);
>
931d935
< callout_init(&sc->r1bfix_callout, 1);
932a937
> sc->slot_init_done = true;