Re: [PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()

2014-08-29 Thread Ulf Hansson
On 25 August 2014 20:19, Doug Anderson wrote: > It's possible that mmc_of_parse() could return errors (possibly in > some future version it might return -EPROBE_DEFER even). Let's pass > those errors back. > > Signed-off-by: Doug Anderson Thanks! Applied for next. I needed to resolve to simple

Re: [PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()

2014-08-26 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 08/26/2014 03:19 AM, Doug Anderson wrote: > It's possible that mmc_of_parse() could return errors (possibly in > some future version it might return -EPROBE_DEFER even). Let's pass > those errors back. > > Signed-off-by: