Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58709
b: refs/heads/master
c: 825cd6d
h: refs/heads/master
i:
  58707: d86c615
v: v3
  • Loading branch information
Mikael Pettersson authored and Jeff Garzik committed Jul 9, 2007
1 parent 5ca01b7 commit f2a714c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5f45bc50976ee1f408f7171af155aec646655a37
refs/heads/master: 825cd6dd793770ebd42d9ca19f5ee7d082350317
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ static irqreturn_t sil24_interrupt(int irq, void *dev_instance)
if (status & (1 << i)) {
struct ata_port *ap = host->ports[i];
if (ap && !(ap->flags & ATA_FLAG_DISABLED)) {
sil24_host_intr(host->ports[i]);
sil24_host_intr(ap);
handled++;
} else
printk(KERN_ERR DRV_NAME
Expand Down

0 comments on commit f2a714c

Please sign in to comment.