Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9703
b: refs/heads/master
c: 46b93e7
h: refs/heads/master
i:
  9701: ab96e61
  9699: be126bb
  9695: 866994f
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 6, 2005
1 parent f16125d commit fabe082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: ad6e90f6d0c4243cc35e07e2681a3323af533ce4
refs/heads/master: 46b93e7bce80a08ea07e250d03b0b596cbd32595
4 changes: 0 additions & 4 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,6 @@ static void sil24_error_intr(struct ata_port *ap, u32 slot_stat)
cmd_err = readl(port + PORT_CMD_ERR);
sstatus = readl(port + PORT_SSTATUS);
serror = readl(port + PORT_SERROR);

/* Clear IRQ/errors */
if (cmd_err)
writel(cmd_err, port + PORT_CMD_ERR);
if (serror)
writel(serror, port + PORT_SERROR);

Expand Down

0 comments on commit fabe082

Please sign in to comment.