From: Hans Verkuil Date: Fri, 26 Jul 2013 16:43:45 +0000 (+0200) Subject: [SCSI] pm80xx: fix Adaptec 71605H hang X-Git-Tag: v3.11~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9504a923924d663e1953f872f0a828e6454a6cfc;p=pandora-kernel.git [SCSI] pm80xx: fix Adaptec 71605H hang The IO command size is 128 bytes for these new controllers as opposed to 64 for the old 8001 controller. The Adaptec out-of-tree driver did this correctly. After comparing the two this turned out to be the crucial difference. So don't hardcode the IO command size, instead use pm8001_ha->iomb_size as that is the correct value for both old and new controllers. Signed-off-by: Hans Verkuil Acked-by: Anand Kumar Santhanam Acked-by: Jack Wang Cc: stable@vger.kernel.org # for v3.10 and up Signed-off-by: James Bottomley --- Reading git-diff-tree failed