Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134725
b: refs/heads/master
c: 34a55ed
h: refs/heads/master
i:
  134723: 31e47ce
v: v3
  • Loading branch information
Andre Haupt authored and Marcel Holtmann committed Feb 27, 2009
1 parent 8a96d95 commit 5338cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dd2efd03b49d56ae795c71335bc7358022514c32
refs/heads/master: 34a55eda483e8177c9044f93fd2c9107f02bf1c7
4 changes: 2 additions & 2 deletions trunk/drivers/bluetooth/bt3c_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ static irqreturn_t bt3c_interrupt(int irq, void *dev_inst)
BT_ERR("Very strange (stat=0x%04x)", stat);
} else if ((stat & 0xff) != 0xff) {
if (stat & 0x0020) {
int stat = bt3c_read(iobase, 0x7002) & 0x10;
int status = bt3c_read(iobase, 0x7002) & 0x10;
BT_INFO("%s: Antenna %s", info->hdev->name,
stat ? "out" : "in");
status ? "out" : "in");
}
if (stat & 0x0001)
bt3c_receive(info);
Expand Down

0 comments on commit 5338cfe

Please sign in to comment.