ide,ata: Rename ATA_IDX to ATA_SENSE
ATA-8 defines bit 1 as 'ATA_SENSE', not 'ATA_IDX'. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:

committed by
Tejun Heo

parent
8ae720449f
commit
27f00e53af
@@ -804,7 +804,7 @@ static void ata_dump_status(unsigned id, struct ata_taskfile *tf)
|
||||
if (stat & 0x10) printk("SeekComplete ");
|
||||
if (stat & 0x08) printk("DataRequest ");
|
||||
if (stat & 0x04) printk("CorrectedError ");
|
||||
if (stat & 0x02) printk("Index ");
|
||||
if (stat & 0x02) printk("Sense ");
|
||||
if (stat & 0x01) printk("Error ");
|
||||
printk("}\n");
|
||||
|
||||
|
Reference in New Issue
Block a user