]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: Complain if sp->done() is not called from the completion path
authorBart Van Assche <bvanassche@acm.org>
Fri, 9 Aug 2019 03:02:11 +0000 (20:02 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Aug 2019 01:34:09 +0000 (21:34 -0400)
commitaa4ef98847a3d7f313f1155b6d315acc974d588e
tree1969cfe99da2acfdb85c0ea9c75ea4feecdd2217
parentc177fef0f9e2f4a2ae1620386bd5e9be8529a282
scsi: qla2xxx: Complain if sp->done() is not called from the completion path

Not calling sp->done() from the command completion path is a severe bug.
Hence complain loudly if that happens.

Cc: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Tested-by: Himanshu Madhani <hmadhani@marvell.com>
Reviewed-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_mr.c