Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
fdc533a9 c3a80cd0

+1 -1
+1 -1
drivers/media/dvb-frontends/af9033.c
··· 1103 1103 snr_val *= 2; 1104 1104 break; 1105 1105 default: 1106 - goto err; 1106 + goto err_schedule_delayed_work; 1107 1107 } 1108 1108 1109 1109 /* read current modulation */