From: Sergei Shtylyov Date: Tue, 21 Aug 2012 18:18:50 +0000 (+0400) Subject: libata-core: use ATA_LBA in ata_build_rw_tf() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~40^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca7cfa4d0645c995b82261e205107463c5a0fe0;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed