Re: [PATCH] mmc: sdhci-pxav3: Use devm_* managed helpers

2014-07-26 Thread Ulf Hansson
On 16 July 2014 11:53, Laurent Pinchart wrote: > This simplifies probe error and remove code paths. > > Signed-off-by: Laurent Pinchart Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/sdhci-pxav3.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > >

[PATCH] mmc: sdhci-pxav3: Use devm_* managed helpers

2014-07-16 Thread Laurent Pinchart
This simplifies probe error and remove code paths. Signed-off-by: Laurent Pinchart --- drivers/mmc/host/sdhci-pxav3.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) This patch applies on top of Xiang Wang's " mmc: sdhci-pxav3: fix error handling of sdhci_add_host" patch. di