Re: [PATCH] mmc: sdhci-pxav3: Remove unused local variable

2014-08-10 Thread Ulf Hansson
On 28 July 2014 12:48, Laurent Pinchart wrote: > Commit "mmc: sdhci-pxav3: Use devm_* managed helpers" made the pxa local > variable in the sdhci_pxav3_remove function unused. Remove it. > > Signed-off-by: Laurent Pinchart Thanks! I squashed this change into the commit which was causing the warn

[PATCH] mmc: sdhci-pxav3: Remove unused local variable

2014-07-28 Thread Laurent Pinchart
Commit "mmc: sdhci-pxav3: Use devm_* managed helpers" made the pxa local variable in the sdhci_pxav3_remove function unused. Remove it. Signed-off-by: Laurent Pinchart --- drivers/mmc/host/sdhci-pxav3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/m