Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73047
b: refs/heads/master
c: 066ce4d
h: refs/heads/master
i:
  73045: 531cfd6
  73043: c01ce54
  73039: 656f31f
v: v3
  • Loading branch information
Jeff Garzik committed Nov 3, 2007
1 parent 6f71552 commit 7281063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: 25ce945a8e775d1f494447969e6a8fffcebcc352
refs/heads/master: 066ce4db07fd547c40e57cd8a0f853124b1687aa
14 changes: 1 addition & 13 deletions trunk/drivers/ata/sata_fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,25 +991,13 @@ static int sata_fsl_softreset(struct ata_link *link, unsigned int *class,
return -EIO;
}

static int sata_fsl_hardreset(struct ata_port *ap, unsigned int *class,
unsigned long deadline)
{
int retval;

retval = sata_std_hardreset(ap, class, deadline);

DPRINTK("SATA FSL : in xx_hardreset, retval = 0x%d\n", retval);

return retval;
}

static void sata_fsl_error_handler(struct ata_port *ap)
{

DPRINTK("in xx_error_handler\n");

/* perform recovery */
ata_do_eh(ap, ata_std_prereset, sata_fsl_softreset, sata_fsl_hardreset,
ata_do_eh(ap, ata_std_prereset, sata_fsl_softreset, sata_std_hardreset,
ata_std_postreset);
}

Expand Down

0 comments on commit 7281063

Please sign in to comment.