]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libata-core: use ATA_LBA in ata_build_rw_tf()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Tue, 21 Aug 2012 18:18:50 +0000 (22:18 +0400)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 13 Sep 2012 05:10:23 +0000 (01:10 -0400)
commit9ca7cfa4d0645c995b82261e205107463c5a0fe0
treec79600b4ab5d4d64ef1217fa30885ffa213e26ec
parentf1e70c2c535923de253eea2021376a936eb8d478
libata-core: use ATA_LBA in ata_build_rw_tf()

Since READ/WRITE FPDMA QUEUED commands are 48-bit, bit 6 of the device register
means LBA, the same as for READ/WRITE DMA EXT commands. So use ATA_LBA instead
of the bare number in ata_build_rw_tf()'s branch dedicated to the NCQ commands.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c