[SCSI] ips: remove spurious cpu_to_leX on outX statements
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 3 Apr 2008 17:28:20 +0000 (12:28 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 7 Apr 2008 17:19:11 +0000 (12:19 -0500)
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>

No differences found