Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] libfc: remove duplicate ema_list init

As ema_list is already initialized by libfc_host_alloc.

Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

authored by

Vasu Dev and committed by
James Bottomley
66a5b3ac 4ef7fb15

-1
-1
drivers/scsi/libfc/fc_lport.c
··· 1590 1590 */ 1591 1591 int fc_lport_config(struct fc_lport *lport) 1592 1592 { 1593 - INIT_LIST_HEAD(&lport->ema_list); 1594 1593 INIT_DELAYED_WORK(&lport->retry_work, fc_lport_timeout); 1595 1594 mutex_init(&lport->lp_mutex); 1596 1595