diff options
author | 2022-11-15 12:38:05 +0300 | |
---|---|---|
committer | 2022-11-26 00:18:21 +0000 | |
commit | 3620e174d260adf88fa6511e8a20831cbddc4b66 (patch) | |
tree | 61a17ae68515765e5181e21bfdb86825452a4e86 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails (diff) | |
download | wireguard-linux-3620e174d260adf88fa6511e8a20831cbddc4b66.tar.xz wireguard-linux-3620e174d260adf88fa6511e8a20831cbddc4b66.zip |
scsi: qla2xxx: Remove duplicate of vha->iocb_work initialization
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions