mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
scsi: be2iscsi: Remove redundant receive buffers posting
This duplicate code got added during manual merging. Signed-off-by: Jitendra Bhivare <jitendra.bhivare@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
d740105548
commit
b7d98ca7fb
@ -3859,14 +3859,6 @@ static int hwi_init_port(struct beiscsi_hba *phba)
|
||||
phwi_ctrlr->wrb_context[cri].cid] =
|
||||
async_arr_idx++;
|
||||
}
|
||||
/**
|
||||
* Now that the default PDU rings have been created,
|
||||
* let EP know about it.
|
||||
*/
|
||||
beiscsi_hdq_post_handles(phba, BEISCSI_DEFQ_HDR,
|
||||
ulp_num);
|
||||
beiscsi_hdq_post_handles(phba, BEISCSI_DEFQ_DATA,
|
||||
ulp_num);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user