scsi: qla2xxx: Remove duplicate of vha->iocb_work initialization
authorGleb Chesnokov <gleb.chesnokov@scst.dev>
Tue, 15 Nov 2022 09:38:05 +0000 (12:38 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 26 Nov 2022 00:18:21 +0000 (00:18 +0000)
Commit 9b3e0f4d4147 ("scsi: qla2xxx: Move work element processing out of
DPC thread") introduced the initialization of vha->iocb_work in
qla2x00_create_host() function.

This initialization is also called from qla2x00_probe_one() function, just
after qla2x00_create_host().

Hence remove this duplicate call since it has already been called before.

Signed-off-by: Gleb Chesnokov <gleb.chesnokov@scst.dev>
Link: https://lore.kernel.org/r/822b3823-f344-67d6-30f1-16e31cf68eed@scst.dev
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_os.c

index 96ba1398f20c129e1372bedb0b0bf6c25f9bb22e..7fb28c207ee50ec325e8bbd85954ba797d5691cc 100644 (file)
@@ -3284,7 +3284,6 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
            host->max_cmd_len, host->max_channel, host->max_lun,
            host->transportt, sht->vendor_id);
 
-       INIT_WORK(&base_vha->iocb_work, qla2x00_iocb_work_fn);
        INIT_WORK(&ha->heartbeat_work, qla_heartbeat_work_fn);
 
        /* Set up the irqs */