diff options
Diffstat (limited to 'drivers/ide/ide-ioctls.c')
-rw-r--r-- | drivers/ide/ide-ioctls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/ide-ioctls.c b/drivers/ide/ide-ioctls.c index 4d19eb9772a1..6233fa2cb8a9 100644 --- a/drivers/ide/ide-ioctls.c +++ b/drivers/ide/ide-ioctls.c | |||
@@ -141,8 +141,8 @@ static int ide_cmd_ioctl(ide_drive_t *drive, unsigned long arg) | |||
141 | if (args[0] == ATA_CMD_SMART) { | 141 | if (args[0] == ATA_CMD_SMART) { |
142 | tf->nsect = args[3]; | 142 | tf->nsect = args[3]; |
143 | tf->lbal = args[1]; | 143 | tf->lbal = args[1]; |
144 | tf->lbam = 0x4f; | 144 | tf->lbam = ATA_SMART_LBAM_PASS; |
145 | tf->lbah = 0xc2; | 145 | tf->lbah = ATA_SMART_LBAH_PASS; |
146 | cmd.valid.out.tf = IDE_VALID_OUT_TF; | 146 | cmd.valid.out.tf = IDE_VALID_OUT_TF; |
147 | cmd.valid.in.tf = IDE_VALID_NSECT; | 147 | cmd.valid.in.tf = IDE_VALID_NSECT; |
148 | } else { | 148 | } else { |