aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_via.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r--drivers/ata/sata_via.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c
index 78a6833af71..690280660b8 100644
--- a/drivers/ata/sata_via.c
+++ b/drivers/ata/sata_via.c
@@ -276,7 +276,7 @@ static void svia_noop_freeze(struct ata_port *ap)
276 276
277/** 277/**
278 * vt6420_prereset - prereset for vt6420 278 * vt6420_prereset - prereset for vt6420
279 * @ap: target ATA port 279 * @link: target ATA link
280 * @deadline: deadline jiffies for the operation 280 * @deadline: deadline jiffies for the operation
281 * 281 *
282 * SCR registers on vt6420 are pieces of shit and may hang the 282 * SCR registers on vt6420 are pieces of shit and may hang the
@@ -294,8 +294,9 @@ static void svia_noop_freeze(struct ata_port *ap)
294 * RETURNS: 294 * RETURNS:
295 * 0 on success, -errno otherwise. 295 * 0 on success, -errno otherwise.
296 */ 296 */
297static int vt6420_prereset(struct ata_port *ap, unsigned long deadline) 297static int vt6420_prereset(struct ata_link *link, unsigned long deadline)
298{ 298{
299 struct ata_port *ap = link->ap;
299 struct ata_eh_context *ehc = &ap->link.eh_context; 300 struct ata_eh_context *ehc = &ap->link.eh_context;
300 unsigned long timeout = jiffies + (HZ * 5); 301 unsigned long timeout = jiffies + (HZ * 5);
301 u32 sstatus, scontrol; 302 u32 sstatus, scontrol;