commit | f7d5182c8fd9d220fa9ebde2e30ff0ba0ef714b5 | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <jthumshirn@suse.de> | Mon Apr 09 14:24:23 2018 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Apr 09 21:04:36 2018 -0400 |
tree | 1dc80572ed877162b6dcd6476694480914d3b722 | |
parent | e74e7d95878d7993cf56c801d55d78f16ea58d1d [diff] |
scsi: qla2xxx: correctly shift host byte The SCSI host byte has to be shifted by 16 not 6. As Bart pointed out this patch does not change any functionality because DID_OK == 0, but a wrong shift is irritating for the reviewer. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>