From: Stephen M. Cameron Date: Fri, 14 Nov 2014 23:26:59 +0000 (-0600) Subject: hpsa: fix endianness issue with scatter gather elements X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a0decf75b66480aa5b076d4e1bca11bc202efe;p=pandora-kernel.git hpsa: fix endianness issue with scatter gather elements The hardware needs little endian scatter gather addresses and lengths but we were not bothering to convert from cpu byte order as we should have been. On Intel, this is all just a bunch of no-ops macros, but it makes the code endian-clean(er). Signed-off-by: Don Brace Signed-off-by: Robert Elliott Reviewed-by: Webb Scales Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed