diff options
Diffstat (limited to 'drivers/scsi/bnx2fc')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_tgt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_tgt.c b/drivers/scsi/bnx2fc/bnx2fc_tgt.c index d5311b577cca..3d28fbe1d99e 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_tgt.c +++ b/drivers/scsi/bnx2fc/bnx2fc_tgt.c | |||
@@ -624,7 +624,6 @@ static void bnx2fc_free_conn_id(struct bnx2fc_hba *hba, u32 conn_id) | |||
624 | /* called with hba mutex held */ | 624 | /* called with hba mutex held */ |
625 | spin_lock_bh(&hba->hba_lock); | 625 | spin_lock_bh(&hba->hba_lock); |
626 | hba->tgt_ofld_list[conn_id] = NULL; | 626 | hba->tgt_ofld_list[conn_id] = NULL; |
627 | hba->next_conn_id = conn_id; | ||
628 | spin_unlock_bh(&hba->hba_lock); | 627 | spin_unlock_bh(&hba->hba_lock); |
629 | } | 628 | } |
630 | 629 | ||