From: Roel Kluin <12o3l@tiscali.nl> Date: Wed, 6 Feb 2008 18:21:07 +0000 (+0100) Subject: [SCSI] u14-34f: fix data direction bug X-Git-Tag: v2.6.25-rc1~285^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a451dd4d7ec805f9a21bb1994ce8ceaecc8fe6;p=pandora-kernel.git [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 --- Reading git-diff-tree failed