Re: [PATCH v2] qla2xxx: correctly shift host byte

2018-04-09 Thread Martin K. Petersen
Johannes, > 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. Applied to 4.17/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

[PATCH v2] qla2xxx: correctly shift host byte

2018-04-09 Thread Johannes Thumshirn
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 Reviewed-by: Bart Van Assche --- Changes to v1: * Add Bart's review remark,