|
@@ -156,7 +156,7 @@ void ata_tf_read(struct ata_port *ap, struct ata_taskfile *tf)
|
|
{
|
|
{
|
|
struct ata_ioports *ioaddr = &ap->ioaddr;
|
|
struct ata_ioports *ioaddr = &ap->ioaddr;
|
|
|
|
|
|
- tf->command = ata_check_status(ap);
|
|
|
|
|
|
+ tf->command = ata_chk_status(ap);
|
|
tf->feature = ioread8(ioaddr->error_addr);
|
|
tf->feature = ioread8(ioaddr->error_addr);
|
|
tf->nsect = ioread8(ioaddr->nsect_addr);
|
|
tf->nsect = ioread8(ioaddr->nsect_addr);
|
|
tf->lbal = ioread8(ioaddr->lbal_addr);
|
|
tf->lbal = ioread8(ioaddr->lbal_addr);
|