fcst: Remove superfluous initialization from ft_sess_get()

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4956 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-08-13 18:35:45 +00:00
parent 5fd500a4e9
commit 50c4c8ded9
+1 -1
View File
@@ -202,7 +202,7 @@ static struct ft_sess *ft_sess_get(struct fc_lport *lport, u32 port_id)
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 9, 0)
struct hlist_node *pos;
#endif
struct ft_sess *sess = NULL;
struct ft_sess *sess;
rcu_read_lock();
tport = rcu_dereference(lport->prov[FC_TYPE_FCP]);