Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8149
b: refs/heads/master
c: 9a7b102
h: refs/heads/master
i:
  8147: 0adb94a
v: v3
  • Loading branch information
Oliver Endriss authored and Linus Torvalds committed Sep 9, 2005
1 parent e7ccc71 commit 0d7ae3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce7d3c11aee415c76bcbd5f43cace16132b48a21
refs/heads/master: 9a7b102e7f5ccb2826a81315abc89f95adaf4421
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/ttpci/av7110_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length)
msleep(1);
}

wdebi(av7110, DEBINOSWAP, COM_IF_LOCK, 0xffff, 2);
if (FW_VERSION(av7110->arm_app) <= 0x261f)
wdebi(av7110, DEBINOSWAP, COM_IF_LOCK, 0xffff, 2);

#ifndef _NOHANDSHAKE
start = jiffies;
Expand Down Expand Up @@ -439,7 +440,8 @@ static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length)

wdebi(av7110, DEBINOSWAP, COMMAND, (u32) buf[0], 2);

wdebi(av7110, DEBINOSWAP, COM_IF_LOCK, 0x0000, 2);
if (FW_VERSION(av7110->arm_app) <= 0x261f)
wdebi(av7110, DEBINOSWAP, COM_IF_LOCK, 0x0000, 2);

#ifdef COM_DEBUG
start = jiffies;
Expand Down

0 comments on commit 0d7ae3a

Please sign in to comment.