commit | 86a565e61bcb9574bae3b622799682fef2d855bb | [log] [tgz] |
---|---|---|
author | Marc Carino <marc.ceeeee@gmail.com> | Sun Sep 01 08:59:01 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 03 10:37:41 2013 -0400 |
tree | 7e6b44cba78f54779388ebb1c6a1b78138cb5807 | |
parent | 03f7b802b876904971f23f00f562061309e95e08 [diff] |
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 <marc.ceeeee@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>