Re: [PATCH] spi: omap2-mcspi: Fix the redifine warning

2012-12-02 Thread Mark Brown
On Mon, Nov 19, 2012 at 12:12:29PM +0530, Shubhrajyoti D wrote: Fix the below warning drivers/spi/spi-omap2-mcspi.c:336:34: warning: symbol 'tx' shadows an earlier one drivers/spi/spi-omap2-mcspi.c:327:12: originally declared here Applied, thanks. signature.asc Description: Digital

Re: [PATCH] spi: omap2-mcspi: Fix the redifine warning

2012-11-19 Thread Peter Korsgaard
Shubhrajyoti == Shubhrajyoti D shubhrajy...@ti.com writes: Shubhrajyoti Fix the below warning Shubhrajyoti drivers/spi/spi-omap2-mcspi.c:336:34: warning: symbol Shubhrajyoti 'tx' shadows an earlier one Shubhrajyoti drivers/spi/spi-omap2-mcspi.c:327:12: originally declared Shubhrajyoti here

[PATCH] spi: omap2-mcspi: Fix the redifine warning

2012-11-18 Thread Shubhrajyoti D
Fix the below warning drivers/spi/spi-omap2-mcspi.c:336:34: warning: symbol 'tx' shadows an earlier one drivers/spi/spi-omap2-mcspi.c:327:12: originally declared here So delete the u8 tx as it is assigned and not used(resigned afterwards). Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---