From: Antti Palosaari Date: Tue, 4 Nov 2014 01:01:56 +0000 (-0300) Subject: [media] af9033: continue polling unless critical IO error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fdc533a97b8ff9b722d4e4400bbaca8d9217b547;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c index e64070156247..c17e34fd0fb4 100644 --- a/drivers/media/dvb-frontends/af9033.c +++ b/drivers/media/dvb-frontends/af9033.c @@ -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 */