Re: [PATCH] mmc: au1xmmc: fix error return code in au1xmmc_probe()

2014-08-18 Thread Ulf Hansson
On 14 August 2014 03:00, wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/au1xmmc.c | 5

[PATCH] mmc: au1xmmc: fix error return code in au1xmmc_probe()

2014-08-13 Thread weiyj_lk
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/mmc/host/au1xmmc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/au1xmmc.c b/dr