Skip to content

Commit

Permalink
V4L/DVB (13766): [Mantis] Bug: Fix wrong exit condition
Browse files Browse the repository at this point in the history
Signed-off-by: Sigmund Augdal <sigmund@snap.tv>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sigmund Augdal authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 8b9c385 commit b29453a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb/mantis/mantis_evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b29453a

Please sign in to comment.