Commit 86a6028a authored by Jeff Garzik's avatar Jeff Garzik

[libata] back out duplicated upstream fix

We already fixed this bug locally, so fix up the automerge
by removing the upstream change.
parent a5f635f8
......@@ -273,8 +273,6 @@ static unsigned int ata_scsi_rw_xlat(struct ata_queued_cmd *qc, u8 *scsicmd)
tf->lbam = scsicmd[2];
tf->lbah = scsicmd[1] & 0x1f; /* mask out reserved bits */
tf->device |= ATA_LBA;
VPRINTK("six-byte command\n");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment