Re: [PATCH] spi: dw-mmio: avoid hardcoded field mask

2018-08-31 Thread Andy Shevchenko
On Fri, Aug 31, 2018 at 01:40:46PM +0200, Alexandre Belloni wrote: > Define a mask for the IF_SI_OWNER field. > Thanks! Acked-by: Andy Shevchenko > Signed-off-by: Alexandre Belloni > --- > drivers/spi/spi-dw-mmio.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/d

[PATCH] spi: dw-mmio: avoid hardcoded field mask

2018-08-31 Thread Alexandre Belloni
Define a mask for the IF_SI_OWNER field. Signed-off-by: Alexandre Belloni --- drivers/spi/spi-dw-mmio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c index 351f49976161..a768461614a0 100644 --- a/drivers/spi/spi-dw-mmi