From: Dave Jiang Date: Thu, 5 May 2011 01:28:32 +0000 (-0700) Subject: isci: Remove SCIC_SWAP_DWORD() X-Git-Tag: v3.0-rc6~1^2~1^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a57cff7ca0549bcf87cbb36086269978f42568;p=pandora-kernel.git isci: Remove SCIC_SWAP_DWORD() Use Linux native swab32() call instead of SCIC_SWAP_DWORD(). We need to swab() because the hardware munges the data into a "big-endian dword" stream which is byte-swapped from the sas definition regardless of host endian. Signed-off-by: Dave Jiang Signed-off-by: Dan Williams --- Reading git-diff-tree failed