提交 fdc533a9 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

[media] af9033: continue polling unless critical IO error

That case is not IO error, so better to jump out now, but still
continue polling.

Cc: Bimow Chen <Bimow.Chen@ite.com.tw>
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 c3a80cd0
......@@ -1103,7 +1103,7 @@ static void af9033_stat_work(struct work_struct *work)
snr_val *= 2;
break;
default:
goto err;
goto err_schedule_delayed_work;
}
/* read current modulation */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部