Re: [PATCH] mmc: sdhci-pxav3: Remove unused variable in sdhci_pxav3_remove()

2014-08-08 Thread Geert Uytterhoeven
On Fri, Aug 8, 2014 at 5:38 PM, Laurent Pinchart wrote: > Thank you for the patch, but you're a bit too late :-) > > http://article.gmane.org/gmane.linux.kernel.mmc/28097 Doh, I'm not (yet) on linux-mmc. It's a pity that fix is not yet in -next. Gr{oetje,eeting}s, Geert

Re: [PATCH] mmc: sdhci-pxav3: Remove unused variable in sdhci_pxav3_remove()

2014-08-08 Thread Laurent Pinchart
Hi Geert, Thank you for the patch, but you're a bit too late :-) http://article.gmane.org/gmane.linux.kernel.mmc/28097 On Friday 08 August 2014 17:32:11 Geert Uytterhoeven wrote: > Commit 8f69e585ca3ad324ea57e113bff06d366dfa010e ("mmc: sdhci-pxav3: Use > devm_* managed helpers") removed the late

[PATCH] mmc: sdhci-pxav3: Remove unused variable in sdhci_pxav3_remove()

2014-08-08 Thread Geert Uytterhoeven
Commit 8f69e585ca3ad324ea57e113bff06d366dfa010e ("mmc: sdhci-pxav3: Use devm_* managed helpers") removed the later user of pxa: drivers/mmc/host/sdhci-pxav3.c: In function 'sdhci_pxav3_remove': drivers/mmc/host/sdhci-pxav3.c:400:20: warning: unused variable 'pxa' [-Wunused-variable] struct sdhc