Re: [PATCH v2 1/3] spi: pxa2xx: Factor out handle_bad_msg

2017-01-17 Thread Jarkko Nikula
On 01/16/2017 08:44 PM, Jan Kiszka wrote: As suggested by Andy Shevchenko: Decouple this corner cause from the general handling logic in ssp_int. Signed-off-by: Jan Kiszka --- drivers/spi/spi-pxa2xx.c | 29 +++-- 1 file changed, 15

Re: [PATCH v2 1/3] spi: pxa2xx: Factor out handle_bad_msg

2017-01-17 Thread Jarkko Nikula
On 01/16/2017 08:44 PM, Jan Kiszka wrote: As suggested by Andy Shevchenko: Decouple this corner cause from the general handling logic in ssp_int. Signed-off-by: Jan Kiszka --- drivers/spi/spi-pxa2xx.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-)

[PATCH v2 1/3] spi: pxa2xx: Factor out handle_bad_msg

2017-01-16 Thread Jan Kiszka
As suggested by Andy Shevchenko: Decouple this corner cause from the general handling logic in ssp_int. Signed-off-by: Jan Kiszka --- drivers/spi/spi-pxa2xx.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git

[PATCH v2 1/3] spi: pxa2xx: Factor out handle_bad_msg

2017-01-16 Thread Jan Kiszka
As suggested by Andy Shevchenko: Decouple this corner cause from the general handling logic in ssp_int. Signed-off-by: Jan Kiszka --- drivers/spi/spi-pxa2xx.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/spi/spi-pxa2xx.c