mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 17:55:42 +08:00
[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: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
c3a80cd024
commit
fdc533a97b
@ -1103,7 +1103,7 @@ static void af9033_stat_work(struct work_struct *work)
|
|||||||
snr_val *= 2;
|
snr_val *= 2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
goto err;
|
goto err_schedule_delayed_work;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* read current modulation */
|
/* read current modulation */
|
||||||
|
Loading…
Reference in New Issue
Block a user