diff options
author | Vasu Dev <vasu.dev@intel.com> | 2011-04-01 16:06:35 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 10:20:52 -0500 |
commit | 66a5b3acba563b53cfbca96c7fff2207c94a87e2 (patch) | |
tree | eace2aa68c1d170f2bd8f900a378d3a53a6c3b94 /drivers/scsi/libfc | |
parent | 4ef7fb150f3002c5e494b2a327fa532bf8fd0927 (diff) | |
download | linux-66a5b3acba563b53cfbca96c7fff2207c94a87e2.tar.bz2 |
[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>
Diffstat (limited to 'drivers/scsi/libfc')
-rw-r--r-- | drivers/scsi/libfc/fc_lport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c index 906bbcad0e2d..389ab80aef0a 100644 --- a/drivers/scsi/libfc/fc_lport.c +++ b/drivers/scsi/libfc/fc_lport.c @@ -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); |