Re: [PATCH] scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()

2020-08-31 Thread Martin K. Petersen
On Sun, 2 Aug 2020 19:15:28 +0800, Tianjia Zhang wrote: > In the case of a failed retry, a positive value EIO is returned here. > I think this is a typo error. It is necessary to return an error value. Applied to 5.10/scsi-queue, thanks! [1/1] scsi: qla2xxx: Fix wrong return value in

[PATCH] scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()

2020-08-02 Thread Tianjia Zhang
In the case of a failed retry, a positive value EIO is returned here. I think this is a typo error. It is necessary to return an error value. Fixes: 0691094ff3f2c ("scsi: qla2xxx: Add logic to detect ABTS hang and response completion") Cc: Quinn Tran Signed-off-by: Tianjia Zhang ---