diff options
Diffstat (limited to 'drivers/ata/sata_vsc.c')
-rw-r--r-- | drivers/ata/sata_vsc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/sata_vsc.c b/drivers/ata/sata_vsc.c index 2c3c7693c750..f3d635c0a2e9 100644 --- a/drivers/ata/sata_vsc.c +++ b/drivers/ata/sata_vsc.c | |||
@@ -251,7 +251,7 @@ static void vsc_port_intr(u8 port_status, struct ata_port *ap) | |||
251 | * simply clear the interrupt | 251 | * simply clear the interrupt |
252 | */ | 252 | */ |
253 | if (unlikely(!handled)) | 253 | if (unlikely(!handled)) |
254 | ap->ops->check_status(ap); | 254 | ap->ops->sff_check_status(ap); |
255 | } | 255 | } |
256 | 256 | ||
257 | /* | 257 | /* |
@@ -306,8 +306,8 @@ static struct scsi_host_template vsc_sata_sht = { | |||
306 | 306 | ||
307 | static struct ata_port_operations vsc_sata_ops = { | 307 | static struct ata_port_operations vsc_sata_ops = { |
308 | .inherits = &ata_bmdma_port_ops, | 308 | .inherits = &ata_bmdma_port_ops, |
309 | .tf_load = vsc_sata_tf_load, | 309 | .sff_tf_load = vsc_sata_tf_load, |
310 | .tf_read = vsc_sata_tf_read, | 310 | .sff_tf_read = vsc_sata_tf_read, |
311 | .freeze = vsc_freeze, | 311 | .freeze = vsc_freeze, |
312 | .thaw = vsc_thaw, | 312 | .thaw = vsc_thaw, |
313 | .scr_read = vsc_sata_scr_read, | 313 | .scr_read = vsc_sata_scr_read, |