diff options
author | Quinn Tran <[email protected]> | 2022-03-10 01:25:52 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-03-15 00:29:13 -0400 |
commit | 58ca5999e0367d131de82a75257fbfd5aed0195d (patch) | |
tree | 8939803cd64d284ead304cee5cc8b254fc7b019c /scripts/gdb/linux/mm.py | |
parent | 8709c323091be019f76a49cf783052a5636aca85 (diff) |
scsi: qla2xxx: Fix incorrect reporting of task management failure
User experienced no task management error while target device is responding
with error. The RSP_CODE field in the status IOCB is in little endian.
Driver assumes it's big endian and it picked up erroneous data.
Convert the data back to big endian as is on the wire.
Link: https://lore.kernel.org/r/[email protected]
Fixes: faef62d13463 ("[SCSI] qla2xxx: Fix Task Management command asynchronous handling")
Cc: [email protected]
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Quinn Tran <[email protected]>
Signed-off-by: Nilesh Javali <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions