Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9691
b: refs/heads/master
c: 06460ae
h: refs/heads/master
i:
  9689: aa2b8d2
  9687: c4f9cc0
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Aug 17, 2005
1 parent a5aaf19 commit 7287b11
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 3cc4571c4106735665e048850ff6656de9558d60
refs/heads/master: 06460aeaa26ed4a86b92c8451365d3f48abd3786
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,12 @@ static irqreturn_t sil24_interrupt(int irq, void *dev_instance, struct pt_regs *

status = readl(hpriv->host_base + HOST_IRQ_STAT);

if (status == 0xffffffff) {
printk(KERN_ERR DRV_NAME ": IRQ status == 0xffffffff, "
"PCI fault or device removal?\n");
goto out;
}

if (!(status & IRQ_STAT_4PORTS))
goto out;

Expand Down

0 comments on commit 7287b11

Please sign in to comment.