From: Sujit Reddy Thumma Date: Wed, 23 Jul 2014 06:31:12 +0000 (+0300) Subject: scsi: ufs: fix endianness sparse warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2aab2401576a7a2921f656d4184a0225aa138f;p=pandora-kernel.git 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 Signed-off-by: Dolev Raviv Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed