Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdc533a9 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */