Re: [PATCH 1/3] mtd: spi-nor: Use write_sr for write status

2015-09-11 Thread Brian Norris
On Wed, Aug 19, 2015 at 03:26:43PM +0530, Jagan Teki wrote: > Use existing write_sr() call instead of decoding and > calling nor->write_reg separately. > > Signed-off-by: Jagan Teki > Cc: David Woodhouse > Cc: Brian Norris Pushed this one to l2-mtd.git/next -- To unsubscribe from this list: se

Re: [PATCH 1/3] mtd: spi-nor: Use write_sr for write status

2015-09-04 Thread Jagan Teki
On 19 August 2015 at 15:26, Jagan Teki wrote: > Use existing write_sr() call instead of decoding and > calling nor->write_reg separately. > > Signed-off-by: Jagan Teki > Cc: David Woodhouse > Cc: Brian Norris > --- > drivers/mtd/spi-nor/spi-nor.c | 3 +-- > 1 file changed, 1 insertion(+), 2 de

[PATCH 1/3] mtd: spi-nor: Use write_sr for write status

2015-08-19 Thread Jagan Teki
Use existing write_sr() call instead of decoding and calling nor->write_reg separately. Signed-off-by: Jagan Teki Cc: David Woodhouse Cc: Brian Norris --- drivers/mtd/spi-nor/spi-nor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers