On 10/06/19 9:53 PM, Raul E Rangel wrote:
> The value is referring to SDHCI_HOST_CONTROL, not SDHCI_CTRL_DMA_MASK.
> 
> Signed-off-by: Raul E Rangel <rran...@chromium.org>

Acked-by: Adrian Hunter <adrian.hun...@intel.com>

> ---
> 
>  drivers/mmc/host/sdhci.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
> index 199712e7adbb3..89fd96596a1f7 100644
> --- a/drivers/mmc/host/sdhci.h
> +++ b/drivers/mmc/host/sdhci.h
> @@ -89,7 +89,7 @@
>  #define   SDHCI_CTRL_ADMA32  0x10
>  #define   SDHCI_CTRL_ADMA64  0x18
>  #define   SDHCI_CTRL_ADMA3   0x18
> -#define   SDHCI_CTRL_8BITBUS 0x20
> +#define  SDHCI_CTRL_8BITBUS  0x20
>  #define  SDHCI_CTRL_CDTEST_INS       0x40
>  #define  SDHCI_CTRL_CDTEST_EN        0x80
>  
> 

Reply via email to