[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:
Antti Palosaari 2014-11-03 22:01:56 -03:00 committed by Mauro Carvalho Chehab
parent c3a80cd024
commit fdc533a97b

View File

@ -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 */