From: James Bottomley Date: Thu, 3 Apr 2008 17:28:20 +0000 (-0500) Subject: [SCSI] ips: remove spurious cpu_to_leX on outX statements X-Git-Tag: v2.6.26-rc1~1140^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3cc200a6ecf9681d598bfe1c3df9dac1afa40a;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed