Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179518
b: refs/heads/master
c: c63e507
h: refs/heads/master
v: v3
  • Loading branch information
Sigmund Augdal authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 6327ee2 commit 39e53df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25e9eba42ce11a05933068cf6a42dd8d4ed5edb8
refs/heads/master: c63e507346c042af7fe26d49bbbdce9898ea3eea
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/mantis/mantis_hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ int mantis_hif_read_iom(struct mantis_ca *ca, u32 addr)
hif_addr |= MANTIS_GPIF_PCMCIAIOM;
hif_addr |= addr;

mmwrite(hif_addr | MANTIS_HIF_STATUS, MANTIS_GPIF_BRADDR);
mmwrite(1, MANTIS_GPIF_BRBYTES);

udelay(20);

mmwrite(hif_addr | MANTIS_HIF_STATUS, MANTIS_GPIF_ADDR);

if (mantis_hif_sbuf_opdone_wait(ca) != 0) {
Expand Down

0 comments on commit 39e53df

Please sign in to comment.