[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Youngjin Jang
is needed when judging an timeout error, if it is just timeout or timeout with error. Reviewed-by: Jungseung Lee Signed-off-by: Youngjin Jang --- drivers/mmc/core/mmc_ops.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/

[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Youngjin Jang
is needed when judging an timeout error, if it is just timeout or timeout with error. Reviewed-by: Jungseung Lee <js07@samsung.com> Signed-off-by: Youngjin Jang <yj84.j...@samsung.com> --- drivers/mmc/core/mmc_ops.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -