projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9c385
)
V4L/DVB (13766): [Mantis] Bug: Fix wrong exit condition
author
Sigmund Augdal
<sigmund@snap.tv>
Fri, 4 Dec 2009 08:24:01 +0000
(
05:24
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 17 Jan 2010 13:55:38 +0000
(11:55 -0200)
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>
drivers/media/dvb/mantis/mantis_evm.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/mantis/mantis_evm.c
b/drivers/media/dvb/mantis/mantis_evm.c
index
532bcff
..
214ae5e
100644
(file)
--- a/
drivers/media/dvb/mantis/mantis_evm.c
+++ b/
drivers/media/dvb/mantis/mantis_evm.c
@@
-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) {