commit | 01b361fc900dd8ef7f8537c20e3a1986ab63f4d1 | [log] [tgz] |
---|---|---|
author | Xiang Chen <chenxiang66@hisilicon.com> | Fri Aug 11 00:09:28 2017 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Aug 10 20:15:01 2017 -0400 |
tree | 9bd6fa82cbe8532aa629384ba20a64f5939bdeea | |
parent | c16db736653f5319d1d9b0d176f1f80394bd2614 [diff] |
scsi: hisi_sas: fix v2 hw underflow residual value The value dw0 is the residual bytes when UNDERFLOW error happens, but we filled the residual with the value of dw3 before. So change the residual from dw3 to dw0. Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>