sdhci(4): Fix a typo in a source code comment
- s/freqency/frequency/ MFC after: 3 days
This commit is contained in:
@@ -574,7 +574,7 @@ fsl_sdhc_set_clock(struct fsl_sdhci_softc *sc, uint16_t val)
|
|||||||
/*
|
/*
|
||||||
* Save the frequency-setting bits in SDHCI format so that we can play
|
* Save the frequency-setting bits in SDHCI format so that we can play
|
||||||
* them back in get_clock without complex decoding of hardware regs,
|
* them back in get_clock without complex decoding of hardware regs,
|
||||||
* then deal with the freqency part of the value based on hardware type.
|
* then deal with the frequency part of the value based on hardware type.
|
||||||
*/
|
*/
|
||||||
sc->sdclockreg_freq_bits = val & SDHCI_DIVIDERS_MASK;
|
sc->sdclockreg_freq_bits = val & SDHCI_DIVIDERS_MASK;
|
||||||
if (sc->hwtype == HWTYPE_ESDHC) {
|
if (sc->hwtype == HWTYPE_ESDHC) {
|
||||||
|
|||||||
Reference in New Issue
Block a user