From 86a565e61bcb9574bae3b622799682fef2d855bb Mon Sep 17 00:00:00 2001 From: Marc Carino Date: Sun, 1 Sep 2013 08:59:01 -0700 Subject: [PATCH] libata: bugfix: Remove __le32 in ata_tf_to_fis() The endianness attribute on the 'aux' local variable is wrong, and can lead to wrong endianness on big-endian machines, Signed-off-by: Marc Carino Signed-off-by: Tejun Heo --- Reading git-format-patch failed