Commit d1c68fa6 authored by Al Viro's avatar Al Viro Committed by Jeff Garzik

pata_scc had been missed by ata_std_prereset() switch

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 7b104bcb
...@@ -864,10 +864,10 @@ static void scc_bmdma_freeze (struct ata_port *ap) ...@@ -864,10 +864,10 @@ static void scc_bmdma_freeze (struct ata_port *ap)
* @ap: ATA port to be reset * @ap: ATA port to be reset
*/ */
static int scc_pata_prereset (struct ata_port *ap) static int scc_pata_prereset (struct ata_port *ap, unsigned long deadline)
{ {
ap->cbl = ATA_CBL_PATA80; ap->cbl = ATA_CBL_PATA80;
return ata_std_prereset(ap); return ata_std_prereset(ap, deadline);
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment