Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66a5b3ac authored by Vasu Dev's avatar Vasu Dev Committed by James Bottomley
Browse files

[SCSI] libfc: remove duplicate ema_list init



As ema_list is already initialized by libfc_host_alloc.

Signed-off-by: default avatarVasu Dev <vasu.dev@intel.com>
Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 4ef7fb15
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1590,7 +1590,6 @@ void fc_lport_enter_flogi(struct fc_lport *lport)
 */
int fc_lport_config(struct fc_lport *lport)
{
	INIT_LIST_HEAD(&lport->ema_list);
	INIT_DELAYED_WORK(&lport->retry_work, fc_lport_timeout);
	mutex_init(&lport->lp_mutex);