From: Al Viro Date: Fri, 9 Feb 2007 16:39:30 +0000 (+0000) Subject: [PATCH] ahci: trivial endianness annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=04d4f7a1143e4fb291cd1584c9ac8de4ba584d34;p=mv-sheeva.git [PATCH] ahci: trivial endianness annotations Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 48616c6fee9..e2796fb40eb 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -1173,7 +1173,7 @@ static void ahci_host_intr(struct ata_port *ap) * dangerous, we need to know more about them. Print * more of it. */ - const u32 *f = pp->rx_fis + RX_FIS_SDB; + const __le32 *f = pp->rx_fis + RX_FIS_SDB; ata_port_printk(ap, KERN_INFO, "Spurious SDB FIS during NCQ " "issue=0x%x SAct=0x%x FIS=%08x:%08x%s\n",