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

Commit 4a4edcca authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag not to be called



Thanks to Oliver Endriss for spotting this.

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 7670d732
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -570,10 +570,9 @@ static int dvb_frontend_thread(void *data)
					dvb_frontend_add_event(fe, s);
					fepriv->status = s;
				}
			} else {
				dvb_frontend_swzigzag(fe);
			}
			}
		} else
			dvb_frontend_swzigzag(fe);
	}

	if (dvb_shutdown_timeout) {