Re: [PATCH v7 1/7] mmc: omap_hsmmc: use devm_regulator API

2013-12-20 Thread Tony Lindgren
* Balaji T K [131220 09:37]: > Use devm_regulator API, while at it use > devm_regulator_get_optional for optional vmmc_aux supply > > Signed-off-by: Balaji T K Acked-by: Tony Lindgren > --- > drivers/mmc/host/omap_hsmmc.c |6 ++ > 1 files changed, 2 insertions(+), 4 deletions(-) > >

[PATCH v7 1/7] mmc: omap_hsmmc: use devm_regulator API

2013-12-20 Thread Balaji T K
Use devm_regulator API, while at it use devm_regulator_get_optional for optional vmmc_aux supply Signed-off-by: Balaji T K --- drivers/mmc/host/omap_hsmmc.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c