Re: [PATCH 4/5] mmc: dw_mmc: Indicate that regulators may be absent

2013-07-30 Thread Jaehoon Chung
Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 07/30/2013 10:33 PM, Seungwon Jeon wrote: > On Tue, July 30, 2013, Mark Brown wrote: >> From: Mark Brown >> >> Use regulator_get_optional() to tell the core that requests for regulators >> can fail in a real system. >> >> Signed-off-by: Mar

RE: [PATCH 4/5] mmc: dw_mmc: Indicate that regulators may be absent

2013-07-30 Thread Seungwon Jeon
On Tue, July 30, 2013, Mark Brown wrote: > From: Mark Brown > > Use regulator_get_optional() to tell the core that requests for regulators > can fail in a real system. > > Signed-off-by: Mark Brown Acked-by: Seungwon Jeon Thanks, Seungwon Jeon -- To unsubscribe from this list: send the line

[PATCH 4/5] mmc: dw_mmc: Indicate that regulators may be absent

2013-07-30 Thread Mark Brown
From: Mark Brown Use regulator_get_optional() to tell the core that requests for regulators can fail in a real system. Signed-off-by: Mark Brown --- drivers/mmc/host/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc