commit | ea2aab2401576a7a2921f656d4184a0225aa138f | [log] [tgz] |
---|---|---|
author | Sujit Reddy Thumma <sthumma@codeaurora.org> | Wed Jul 23 09:31:12 2014 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 25 17:17:06 2014 -0400 |
tree | 79827f74afa11831aa0a9661f11c1c3e33ff4383 | |
parent | 7289f983548b24822971d7c3c2997734ff07b2f3 [diff] |
scsi: ufs: fix endianness sparse warnings Fix many warnings with incorrect endian assumptions which makes the code unportable to new architectures. The UFS specification defines the byte order as big-endian for UPIU structure and little-endian for the host controller transfer/task management descriptors. Signed-off-by: Sujit Reddy Thumma <sthumma@codeaurora.org> Signed-off-by: Dolev Raviv <draviv@codeaurora.org> Signed-off-by: Christoph Hellwig <hch@lst.de>