Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40784
b: refs/heads/master
c: e78181f
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Jeff Garzik committed Nov 7, 2006
1 parent 5c113f2 commit 2793b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c836b7716a97021128da43e6fdb61096d5c4156d
refs/heads/master: e78181feb0b94fb6afeaef3b28d4f5df1b847c98
5 changes: 3 additions & 2 deletions trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,9 @@ static irqreturn_t b44_interrupt(int irq, void *dev_id)
istat = br32(bp, B44_ISTAT);
imask = br32(bp, B44_IMASK);

/* ??? What the fuck is the purpose of the interrupt mask
* ??? register if we have to mask it out by hand anyways?
/* The interrupt mask register controls which interrupt bits
* will actually raise an interrupt to the CPU when set by hw/firmware,
* but doesn't mask off the bits.
*/
istat &= imask;
if (istat) {
Expand Down

0 comments on commit 2793b7c

Please sign in to comment.