Re: [PATCH 3/3] mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS

2019-06-12 Thread Ulf Hansson
On Mon, 10 Jun 2019 at 20:55, Raul E Rangel wrote: > > The value is referring to SDHCI_HOST_CONTROL, not SDHCI_CTRL_DMA_MASK. Perhaps re-phrase this changelog as to mention that you are removing a white-space to fix alignment, as that was not so obvious. Kind regards Uffe > > Signed-off-by: Rau

Re: [PATCH 3/3] mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS

2019-06-12 Thread Adrian Hunter
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 Acked-by: Adrian Hunter > --- > > drivers/mmc/host/sdhci.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc

[PATCH 3/3] mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS

2019-06-10 Thread Raul E Rangel
The value is referring to SDHCI_HOST_CONTROL, not SDHCI_CTRL_DMA_MASK. Signed-off-by: Raul E Rangel --- 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 ---