]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitdb3cc200a6ecf9681d598bfe1c3df9dac1afa40a
treeb455a4e7b1246b60510e96be8bd511da1ad5bf15
parent79bc14813cd7e1b75d2e4cbbc17043261cf4bcdc
[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>
drivers/scsi/ips.c