]> git.baikalelectronics.ru Git - kernel.git/commit
libata: bugfix: Remove __le32 in ata_tf_to_fis()
authorMarc Carino <marc.ceeeee@gmail.com>
Sun, 1 Sep 2013 15:59:01 +0000 (08:59 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 3 Sep 2013 14:37:41 +0000 (10:37 -0400)
commit0979d85f24a3a9cb9b0f92a323883737b9da5d22
tree7e6b44cba78f54779388ebb1c6a1b78138cb5807
parentf2e0bdbe436813d4bb4e3481e50ca3da95eb4f7f
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>
drivers/ata/libata-core.c