From: Jitendra Bhivare Date: Tue, 13 Dec 2016 10:26:00 +0000 (+0530) Subject: scsi: be2iscsi: Remove redundant receive buffers posting X-Git-Tag: v4.1.12-98.0.20170517_2143~42^2~40 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e12c5e1f767f071d867b374790fe2ed4950f2a09;p=users%2Fjedix%2Flinux-maple.git scsi: be2iscsi: Remove redundant receive buffers posting Orabug: 25655127 This duplicate code got added during manual merging. Signed-off-by: Jitendra Bhivare Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen Signed-off-by: Ethan Zhao Signed-off-by: Dhaval Giani --- diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index e1cc8de44ea4b..42e966826a08c 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c @@ -3851,14 +3851,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); } }