mirror of https://gitee.com/openkylin/linux.git
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: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
7670d73266
commit
4a4edcca22
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue