OSDN Git Service

scsi: qla2xxx: fixup incorrect usage of host_byte
authorHannes Reinecke <hare@suse.com>
Fri, 18 Oct 2019 14:04:58 +0000 (16:04 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 18 Oct 2019 21:25:19 +0000 (17:25 -0400)
commit66cf50e65b183c863825f5c28a818e3f47a72e40
tree797bd96a91341df7564eda5e5ff3bfd0b755e3d3
parent1052b41b25cbadcb85ff04c3b46663e21168dd3e
scsi: qla2xxx: fixup incorrect usage of host_byte

DRIVER_ERROR is a a driver byte setting, not a host byte.  The qla2xxx
driver should rather return DID_ERROR here to be in line with the other
drivers.

Link: https://lore.kernel.org/r/20191018140458.108278-1-hare@suse.de
Signed-off-by: Hannes Reinecke <hare@suse.com>
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_bsg.c