diff options
Diffstat (limited to 'drivers/ide/ide-lib.c')
-rw-r--r-- | drivers/ide/ide-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-lib.c b/drivers/ide/ide-lib.c index 6f04ea3e93a8..47af80df6872 100644 --- a/drivers/ide/ide-lib.c +++ b/drivers/ide/ide-lib.c | |||
@@ -487,7 +487,7 @@ static void ide_dump_sector(ide_drive_t *drive) | |||
487 | else | 487 | else |
488 | task.tf_flags = IDE_TFLAG_IN_LBA | IDE_TFLAG_IN_DEVICE; | 488 | task.tf_flags = IDE_TFLAG_IN_LBA | IDE_TFLAG_IN_DEVICE; |
489 | 489 | ||
490 | ide_tf_read(drive, &task); | 490 | drive->hwif->tf_read(drive, &task); |
491 | 491 | ||
492 | if (lba48 || (tf->device & ATA_LBA)) | 492 | if (lba48 || (tf->device & ATA_LBA)) |
493 | printk(", LBAsect=%llu", | 493 | printk(", LBAsect=%llu", |