
7 May
2014
7 May
'14
8:27 p.m.
On 05/07/2014 12:22 PM, Fabio Estevam wrote:
On Wed, May 7, 2014 at 3:19 PM, Stephen Warren swarren@wwwdotorg.org wrote:
+int mmc_select_hwpart(int dev_num, int hwpart)
...
ret = mmc_switch_part(dev_num, hwpart);
if (ret)
return -1;
Can't you return more appropriate return values rather than -1?
Oh yes, I should return ret there. I'll hold off for a while before posting V2 though.