From: Sujit Reddy Thumma Date: Mon, 26 May 2014 05:29:10 +0000 (+0530) Subject: scsi: ufs: fix endianness sparse warnings X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c8e82ae96c68cb03e0e877b5a226633d999549;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 Acked-by: Vinayak Holikatti Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed