]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] u14-34f: fix data direction bug
authorRoel Kluin <12o3l@tiscali.nl>
Wed, 6 Feb 2008 18:21:07 +0000 (19:21 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 8 Feb 2008 00:02:44 +0000 (18:02 -0600)
commitd6a451dd4d7ec805f9a21bb1994ce8ceaecc8fe6
tree34920346490ad1eb4c0c1bf38e534e0079c9b51b
parent62e9f5c4671a3026639b01ec84a3063f03bead4c
[SCSI] u14-34f: fix data direction bug

Direction of data transfer 'DMA_FROM_DEVICE' was tested twice. DTD_OUT
means  transfer from host to device. This should occur when the
direction of data transfer (sc_data_direction) is 'DMA_TO_DEVICE'.

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/u14-34f.c