From: Brian King Date: Thu, 9 Feb 2006 02:57:42 +0000 (-0600) Subject: [SCSI] ipr: Fix adapter initialization failure X-Git-Tag: v2.6.16-rc4~41^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4733804c9f62fbc17ba69e8654a5fdf465f5bc41;p=pandora-kernel.git [SCSI] ipr: Fix adapter initialization failure Since scsi core is always sending scatterlists now, remove some code which was written with the bad assumption that a small transfer would not be sent down in a scatterlist. Without this fix, the ipr driver ends up sending garbage data to the adapter following a reset, causing it to fail the reset and take the adapter offline. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed