From 3993a86241a036aaf7204586c94b839db239c402 Mon Sep 17 00:00:00 2001 From: "Sumit.Saxena@lsi.com" Date: Mon, 16 Sep 2013 15:18:06 +0530 Subject: [PATCH] [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-format-patch failed