Commit a3f763fd authored by Steve French's avatar Steve French

cifs: remove unneeded return statement

Return statement was not needed at end of cifs_chan_update_iface
Suggested-by: default avatarChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8d606c31
......@@ -480,8 +480,6 @@ cifs_chan_update_iface(struct cifs_ses *ses, struct TCP_Server_Info *server)
ses->chans[chan_index].iface = iface;
spin_unlock(&ses->chan_lock);
return;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment