From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Oct 2011 13:04:43 +0000 (+0200) Subject: libata: make ata_sff_data_xfer_noirq() work with 32-bit PIO X-Git-Tag: v3.2-rc1~151^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418fae2751b0d1a362ad9e0b45d446dc92e9157f;p=pandora-kernel.git libata: make ata_sff_data_xfer_noirq() work with 32-bit PIO Always use ata_sff_data_xfer32() in ata_sff_data_xfer_noirq() so the latter can be also used for host controllers supporting 32-bit PIO operations. It is a completely safe thing to do because if 32-bit PIO is not supported or enabled ata_sff_data_xfer32() will fallback to a standard method. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed