commit | eda45314922f500f3547d36d317efc05ed823e3e | [log] [tgz] |
---|---|---|
author | Selvan Mani <smani@micron.com> | Wed Nov 07 06:03:53 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 23 14:32:55 2012 +0100 |
tree | 8486c7d169c4166511cae5b39abe6191016cfeef | |
parent | 3208795e612406df04a32b46eb5ea5fccfa51d69 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Selvan Mani <smani@micron.com> Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>