hisi_sas: fix v1 hw check for slot error
authorJohn Garry <john.garry@huawei.com>
Tue, 26 Jan 2016 17:31:17 +0000 (01:31 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 27 Jan 2016 02:19:08 +0000 (21:19 -0500)
commit0f28ede906a8ad44158a6ef9471a5a412343cced
treed9ef0a0266e7ce01a5b858a6aedbbc32796b484c
parent0f92db53c10ab608874eea8bbe59491cea2f9a46
hisi_sas: fix v1 hw check for slot error

Completion header bit CMPLT_HDR_RSPNS_XFRD flags whether the response
frame is received into host memory, and not whether the response frame
has an error.  As such, change the decision on whether a slot has an
error.  Also redundant check on CMPLT_HDR_CMD_CMPLT_MSK is removed.

Fixes: 27a3f229 ("hisi_sas: Add cq interrupt handler")

Signed-off-by: John Garry <john.garry@huawei.com>
Tested-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c