commit | db3cc200a6ecf9681d598bfe1c3df9dac1afa40a | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Apr 03 12:28:20 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 07 12:19:11 2008 -0500 |
tree | b455a4e7b1246b60510e96be8bd511da1ad5bf15 | |
parent | 79bc14813cd7e1b75d2e4cbbc17043261cf4bcdc [diff] |
[SCSI] ips: remove spurious cpu_to_leX on outX statements These are completely wrong because both outX and writeX do an automatic reverse of their arguments if necessary, so having an extra cpu_to_leX gives us the wrong ordering on BE platforms again. Acked-by: Mark Salyzyn <Mark_Salyzyn@adaptec.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>