Re: [PATCH v2 3/7] mmc: tegra: use devm help functions to get the clk and gpio

2015-03-01 Thread Alexandre Courbot
On Fri, Feb 27, 2015 at 4:47 PM, Kevin Hao wrote: > Simplify the error and remove path. > > Signed-off-by: Kevin Hao > --- > v2: No change. > > drivers/mmc/host/sdhci-tegra.c | 13 +++-- > 1 file changed, 3 insertions(+), 10 deletions(-) Acked-by: Alexandre Courbot -- To unsubscribe fr

[PATCH v2 3/7] mmc: tegra: use devm help functions to get the clk and gpio

2015-02-26 Thread Kevin Hao
Simplify the error and remove path. Signed-off-by: Kevin Hao --- v2: No change. drivers/mmc/host/sdhci-tegra.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index f3778d58d1cd..0643f66b4e14 1006