Commit fdc533a9 authored by Antti Palosaari's avatar Antti Palosaari Committed by 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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent c3a80cd0
...@@ -1103,7 +1103,7 @@ static void af9033_stat_work(struct work_struct *work) ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment