commit | 3993a86241a036aaf7204586c94b839db239c402 | [log] [tgz] |
---|---|---|
author | Sumit.Saxena@lsi.com <Sumit.Saxena@lsi.com> | Mon Sep 16 15:18:06 2013 +0530 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Oct 25 09:57:58 2013 +0100 |
tree | aa345de379ad3442dc6c0f5a8c131f87b42856e3 | |
parent | eeceec904031f859d3f348ab38fe4329c91f7550 [diff] |
[SCSI] megaraid_sas: fixes for few endianess issues Fixed two issues in this patch- 1) In function megasas_get_pd_list(), data read(pd_addr->deviceId) from DMAed memory is converted to CPU's endianess. 2) While register AEN, removed some endianness conversion on some fields, since their endianess is already converted. Signed-off-by: Sumit Saxena <sumit.saxena@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>