Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29265
b: refs/heads/master
c: 2555d6c
h: refs/heads/master
i:
  29263: ee3ac0b
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 11, 2006
1 parent 31bef86 commit b59f771
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: b5bc421c96ca56a9abaad4619da01fe0071904a2
refs/heads/master: 2555d6c268240fb3f5f335bd62d0518025343c0f
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ static int sil24_softreset(struct ata_port *ap, unsigned int *class)
irq_enable = readl(port + PORT_IRQ_ENABLE_SET);
writel(irq_enable, port + PORT_IRQ_ENABLE_CLR);

/* put the port into known state */
if (sil24_init_port(ap)) {
reason ="port not ready";
goto err;
}

/*
* XXX: Not sure whether the following sleep is needed or not.
* The original driver had it. So....
Expand Down

0 comments on commit b59f771

Please sign in to comment.