提交 b29453ac 编写于 作者: S Sigmund Augdal 提交者: Mauro Carvalho Chehab

V4L/DVB (13766): [Mantis] Bug: Fix wrong exit condition

Signed-off-by: NSigmund Augdal <sigmund@snap.tv>
Signed-off-by: NManu Abraham <manu@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 8b9c385f
......@@ -31,8 +31,6 @@ static void mantis_hifevm_work(struct work_struct *work)
gpif_stat = mmread(MANTIS_GPIF_STATUS);
gpif_mask = mmread(MANTIS_GPIF_IRQCFG);
if (!((gpif_stat & 0xff) & (gpif_mask & 0xff)))
return;
if (gpif_stat & MANTIS_GPIF_DETSTAT) {
if (gpif_stat & MANTIS_CARD_PLUGIN) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册