Re: [PATCH 1/5] mmc: sdhci: Tidy reading 136-bit responses

2017-08-30 Thread Ulf Hansson
On 21 August 2017 at 09:41, Kishon Vijay Abraham I wrote: > From: Adrian Hunter > > Read each register only once and move the code to a separate function so > that it is not jammed against the 80 column margin. > > Signed-off-by: Adrian Hunter

Re: [PATCH 1/5] mmc: sdhci: Tidy reading 136-bit responses

2017-08-30 Thread Ulf Hansson
On 21 August 2017 at 09:41, Kishon Vijay Abraham I wrote: > From: Adrian Hunter > > Read each register only once and move the code to a separate function so > that it is not jammed against the 80 column margin. > > Signed-off-by: Adrian Hunter > Signed-off-by: Kishon Vijay Abraham I Thanks,

[PATCH 1/5] mmc: sdhci: Tidy reading 136-bit responses

2017-08-21 Thread Kishon Vijay Abraham I
From: Adrian Hunter Read each register only once and move the code to a separate function so that it is not jammed against the 80 column margin. Signed-off-by: Adrian Hunter Signed-off-by: Kishon Vijay Abraham I ---

[PATCH 1/5] mmc: sdhci: Tidy reading 136-bit responses

2017-08-21 Thread Kishon Vijay Abraham I
From: Adrian Hunter Read each register only once and move the code to a separate function so that it is not jammed against the 80 column margin. Signed-off-by: Adrian Hunter Signed-off-by: Kishon Vijay Abraham I --- drivers/mmc/host/sdhci.c | 28 ++-- 1 file changed,