Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93387
b: refs/heads/master
c: a0b9f4b
h: refs/heads/master
i:
  93385: 3e0d354
  93383: 324f654
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 25, 2008
1 parent 60af402 commit 1f602c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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: 15fe982e429e0e6b7466719acb6cfd9dbfe47f0c
refs/heads/master: a0b9f4bc1ec2ea25e47e7958e544fef0d122e012
11 changes: 7 additions & 4 deletions trunk/drivers/ata/sata_nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,13 +1591,16 @@ static void nv_mcp55_thaw(struct ata_port *ap)
static int nv_hardreset(struct ata_link *link, unsigned int *class,
unsigned long deadline)
{
unsigned int dummy;
int rc;

/* SATA hardreset fails to retrieve proper device signature on
* some controllers. Don't classify on hardreset. For more
* info, see http://bugzilla.kernel.org/show_bug.cgi?id=3352
* some controllers. Request follow up SRST. For more info,
* see http://bugzilla.kernel.org/show_bug.cgi?id=3352
*/
return sata_sff_hardreset(link, &dummy, deadline);
rc = sata_sff_hardreset(link, class, deadline);
if (rc)
return rc;
return -EAGAIN;
}

static void nv_adma_error_handler(struct ata_port *ap)
Expand Down

0 comments on commit 1f602c4

Please sign in to comment.