Fix cut-and-pasto that slipped through my testing.

This commit is contained in:
Warner Losh 2019-07-04 15:09:58 +00:00
parent 0070b575f4
commit fbcd71879b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349731

View File

@ -1145,7 +1145,7 @@ dwmmc_write_ivar(device_t bus, device_t child, int which, uintptr_t value)
sc->host.ios.timing = value;
break;
case MMCBR_IVAR_VCCQ:
sc->sc_host.ios.vccq = value;
sc->host.ios.vccq = value;
break;
/* These are read-only */
case MMCBR_IVAR_CAPS: