aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_hif.c
diff options
context:
space:
mode:
authorSigmund Augdal <sigmund@snap.tv>2009-12-04 05:28:24 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:39 -0200
commitc02e15150c85619f22a98675124503ed93bf1914 (patch)
tree9c023bc44618b1f609d8ef92476e48c528260b54 /drivers/media/dvb/mantis/mantis_hif.c
parentc90d345fd7d66899d743611a47163f9904df90bc (diff)
downloadkernel_samsung_smdk4412-c02e15150c85619f22a98675124503ed93bf1914.zip
kernel_samsung_smdk4412-c02e15150c85619f22a98675124503ed93bf1914.tar.gz
kernel_samsung_smdk4412-c02e15150c85619f22a98675124503ed93bf1914.tar.bz2
V4L/DVB (13774): [Mantis] Remove redundant wait for Burst Reads, wakeup the HIF event
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>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_hif.c')
-rw-r--r--drivers/media/dvb/mantis/mantis_hif.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.c b/drivers/media/dvb/mantis/mantis_hif.c
index fa4bb6d..6c51d17 100644
--- a/drivers/media/dvb/mantis/mantis_hif.c
+++ b/drivers/media/dvb/mantis/mantis_hif.c
@@ -75,10 +75,6 @@ int mantis_hif_read_mem(struct mantis_ca *ca, u32 addr)
udelay(20);
mmwrite(hif_addr, MANTIS_GPIF_ADDR);
- if (mantis_hif_data_available(ca) != 0) {
- dprintk(verbose, MANTIS_ERROR, 1, "Adapter(%d) Slot(0): GPIF Smart Buffer burst read failed", mantis->num);
- return -EREMOTEIO;
- }
if (mantis_hif_sbuf_opdone_wait(ca) != 0) {
dprintk(verbose, MANTIS_ERROR, 1, "Adapter(%d) Slot(0): GPIF Smart Buffer operation failed", mantis->num);
return -EREMOTEIO;