Skip to content

Commit 022000d

Browse files
tititiou36martinkpetersen
authored andcommitted
scsi: qla2xxx: Drop useless LIST_HEAD
'new_fcports' is unused, so drop it. Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/49bb77624c9edc8d9bf8fe71d0c8a4cd7e582175.1685854354.git.christophe.jaillet@wanadoo.fr Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 512a365 commit 022000d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6220,7 +6220,6 @@ qla2x00_configure_fabric(scsi_qla_host_t *vha)
62206220
fc_port_t *fcport;
62216221
uint16_t mb[MAILBOX_REGISTER_COUNT];
62226222
uint16_t loop_id;
6223-
LIST_HEAD(new_fcports);
62246223
struct qla_hw_data *ha = vha->hw;
62256224
int discovery_gen;
62266225

0 commit comments

Comments
 (0)