Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29515
b: refs/heads/master
c: 23fa961
h: refs/heads/master
i:
  29513: 3c52484
  29511: 40be92a
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jun 12, 2006
1 parent fa98a13 commit d6c52d2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3b01b8af2414b6684051da4a1507dfacdbf24f86
refs/heads/master: 23fa9618094975f803ed0c6a44604b16747b9637
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/sata_sil.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ static irqreturn_t sil_interrupt(int irq, void *dev_instance,
if (unlikely(!ap || ap->flags & ATA_FLAG_DISABLED))
continue;

if (!(bmdma2 & (SIL_DMA_COMPLETE | SIL_DMA_SATA_IRQ)))
if (bmdma2 == 0xffffffff ||
!(bmdma2 & (SIL_DMA_COMPLETE | SIL_DMA_SATA_IRQ)))
continue;

sil_host_intr(ap, bmdma2);
Expand Down

0 comments on commit d6c52d2

Please sign in to comment.