commit | 4733804c9f62fbc17ba69e8654a5fdf465f5bc41 | [log] [tgz] |
---|---|---|
author | Brian King <brking@us.ibm.com> | Wed Feb 08 20:57:42 2006 -0600 |
committer | <jejb@mulgrave.il.steeleye.com> | Sun Feb 12 11:05:44 2006 -0600 |
tree | 4ed2f54a67b5529d7b017c8044264041d0bdaa81 | |
parent | 0d4be1240b2668b6a3ffadb15eb660baf52f8377 [diff] |
[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 <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>