Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66847
b: refs/heads/master
c: bcfef8c
h: refs/heads/master
i:
  66845: 89ffe90
  66843: b801084
  66839: c253a5d
  66831: 76cde67
  66815: df0a3b0
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Oct 10, 2007
1 parent bf6036f commit fe22bdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 0da18e3883d18ac716ad8cc07df9bd30933807ac
refs/heads/master: bcfef8c3681fa59b653871682956a8fdf5c27c5a
5 changes: 0 additions & 5 deletions trunk/drivers/net/tokenring/3c359.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,6 @@ static irqreturn_t xl_interrupt(int irq, void *dev_id)
u8 __iomem * xl_mmio = xl_priv->xl_mmio ;
u16 intstatus, macstatus ;

if (!dev) {
printk(KERN_WARNING "Device structure dead, aaahhhh !\n") ;
return IRQ_NONE;
}

intstatus = readw(xl_mmio + MMIO_INTSTATUS) ;

if (!(intstatus & 1)) /* We didn't generate the interrupt */
Expand Down

0 comments on commit fe22bdf

Please sign in to comment.