pata_scc had been missed by ata_std_prereset() switch
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user