commit | 51a57cff7ca0549bcf87cbb36086269978f42568 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Wed May 04 18:28:32 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:46 2011 -0700 |
tree | 94765f463a31ed977c35850dbefcc738dee3f71e | |
parent | d7b90fc3436fa6d5b5251eec3128386af1a4d7b8 [diff] |
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 <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>