Removed an unused variable.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2193 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-23 07:12:52 +00:00
parent f1bab28eb6
commit 7d396d04b9

View File

@@ -2947,7 +2947,6 @@ fc_remote_port_rolechg(struct fc_rport *rport, u32 roles)
struct fc_host_attrs *fc_host = shost_to_fc_host(shost);
unsigned long flags;
int create = 0;
int ret;
spin_lock_irqsave(shost->host_lock, flags);
if (roles & FC_PORT_ROLE_FCP_TARGET) {