aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_hif.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 05:25:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:38 -0200
commitadcc9dd57e814d5ac3928f92f431fbe4808e936f (patch)
treee3dbcd945a2cdcb5d4471f773dd9bd66f1efaaa8 /drivers/media/dvb/mantis/mantis_hif.c
parent18b6de42d77e7762be929a4a858c359de352e1e2 (diff)
downloadkernel_samsung_smdk4412-adcc9dd57e814d5ac3928f92f431fbe4808e936f.zip
kernel_samsung_smdk4412-adcc9dd57e814d5ac3928f92f431fbe4808e936f.tar.gz
kernel_samsung_smdk4412-adcc9dd57e814d5ac3928f92f431fbe4808e936f.tar.bz2
V4L/DVB (13768): [Mantis] Enable WRACK
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_hif.c')
-rw-r--r--drivers/media/dvb/mantis/mantis_hif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.c b/drivers/media/dvb/mantis/mantis_hif.c
index c2cecc3..2f1a6cb 100644
--- a/drivers/media/dvb/mantis/mantis_hif.c
+++ b/drivers/media/dvb/mantis/mantis_hif.c
@@ -188,6 +188,7 @@ int mantis_hif_init(struct mantis_ca *ca)
irqcfg = mmread(MANTIS_GPIF_IRQCFG);
irqcfg |= MANTIS_MASK_BRRDY;
+ irqcfg |= MANTIS_MASK_WRACK;
mmwrite(irqcfg, MANTIS_GPIF_IRQCFG);
return 0;