mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
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:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user