[PATCH 05/49] spi: davinci: remove unnecessary typecast

2010-11-17 Thread Sekhar Nori
The typecasting of SPI base address to davinci_spi_reg is unused. Remove it. Tested-By: Michael Williamson michael.william...@criticallink.com Tested-By: Brian Niebuhr bnieb...@efjohnson.com Signed-off-by: Sekhar Nori nsek...@ti.com --- drivers/spi/davinci_spi.c |3 +-- 1 files changed, 1

Re: [PATCH 05/49] spi: davinci: remove unnecessary typecast

2010-11-17 Thread Sergei Shtylyov
Hello. On 17-11-2010 13:43, Sekhar Nori wrote: The typecasting of SPI base address to davinci_spi_reg is unused. You mean unnecessary? Remove it. Tested-By: Michael Williamsonmichael.william...@criticallink.com Tested-By: Brian Niebuhrbnieb...@efjohnson.com Signed-off-by: Sekhar

RE: [PATCH 05/49] spi: davinci: remove unnecessary typecast

2010-11-17 Thread Nori, Sekhar
Hi Sergei, On Wed, Nov 17, 2010 at 16:45:06, Sergei Shtylyov wrote: Hello. On 17-11-2010 13:43, Sekhar Nori wrote: The typecasting of SPI base address to davinci_spi_reg is unused. You mean unnecessary? I used unused because struct davinci_spi_reg is actually undefined. Thanks,