From: Selvan Mani Date: Wed, 7 Nov 2012 13:03:53 +0000 (-0700) Subject: mtip32xx: Fix to make lba address correct in big-endian systems X-Git-Tag: v3.7-rc7~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda45314922f500f3547d36d317efc05ed823e3e;p=pandora-kernel.git mtip32xx: Fix to make lba address correct in big-endian systems Earlier lba address was assigned directly to lba_low and lba_low_ex, which would result in a different number (bytes reversed) in big-endian systems. Now assigning lba address byte-by-byte to fis. Reported-by: Dan Carpenter Signed-off-by: Selvan Mani Signed-off-by: Asai Thambi S P Signed-off-by: Jens Axboe --- Reading git-diff-tree failed