Re: [PATCH RESEND] mmc: mmci: Get rid of dead code in mmci_dma_setup

2015-01-23 Thread Ulf Hansson
On 21 January 2015 at 11:17, Pramod Gurav wrote: > DMA configuration has been removed from function mmci_dma_setup but the > local mask variable was not removed. This remains unused hence remove > it from the function and operations on it > > Signed-off-by: Pramod Gurav Thanks! Applied for

Re: [PATCH RESEND] mmc: mmci: Get rid of dead code in mmci_dma_setup

2015-01-23 Thread Ulf Hansson
On 21 January 2015 at 11:17, Pramod Gurav pramod.gu...@smartplayin.com wrote: DMA configuration has been removed from function mmci_dma_setup but the local mask variable was not removed. This remains unused hence remove it from the function and operations on it Signed-off-by: Pramod Gurav

[PATCH RESEND] mmc: mmci: Get rid of dead code in mmci_dma_setup

2015-01-21 Thread Pramod Gurav
DMA configuration has been removed from function mmci_dma_setup but the local mask variable was not removed. This remains unused hence remove it from the function and operations on it Signed-off-by: Pramod Gurav --- drivers/mmc/host/mmci.c |5 - 1 file changed, 5 deletions(-) diff

[PATCH RESEND] mmc: mmci: Get rid of dead code in mmci_dma_setup

2015-01-21 Thread Pramod Gurav
DMA configuration has been removed from function mmci_dma_setup but the local mask variable was not removed. This remains unused hence remove it from the function and operations on it Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com --- drivers/mmc/host/mmci.c |5 - 1 file