Re: [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx

2016-02-10 Thread Jagan Teki
On 21 January 2016 at 08:16, Simon Glass wrote: > On 17 January 2016 at 03:56, Christophe Ricard > wrote: >> Remove unused variable irqstatus in omap3_spi_txrx >> >> Signed-off-by: Christophe Ricard >> --- >> >>

Re: [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx

2016-01-20 Thread Simon Glass
On 17 January 2016 at 03:56, Christophe Ricard wrote: > Remove unused variable irqstatus in omap3_spi_txrx > > Signed-off-by: Christophe Ricard > --- > > drivers/spi/omap3_spi.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Simon

[U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx

2016-01-17 Thread Christophe Ricard
Remove unused variable irqstatus in omap3_spi_txrx Signed-off-by: Christophe Ricard --- drivers/spi/omap3_spi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c index 85f9e85..95cdfa3 100644 ---