From: Sumit.Saxena@lsi.com Date: Mon, 16 Sep 2013 09:48:06 +0000 (+0530) Subject: [SCSI] megaraid_sas: fixes for few endianess issues X-Git-Tag: v3.13-rc1~99^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3993a86241a036aaf7204586c94b839db239c402;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed