From: Kashyap, Desai Date: Wed, 23 Sep 2009 12:04:13 +0000 (+0530) Subject: [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endian X-Git-Tag: v2.6.33-rc1~344^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9472c74c3074541ea8389517f406b5c7ad0632;p=pandora-kernel.git [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endian cpu_to_le64 when calculating the physical dma address. This will properly handle endianess on big endian systems. The return value of this function was changed from dma_addr_t to __le64. Remove the typecasting of u32 when setting the SenseBufferLowAddress, since its already in __le32 format. Signed-off-by: Kashyap Desai Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- Reading git-diff-tree failed