mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
cifs: remove unneeded return statement
Return statement was not needed at end of cifs_chan_update_iface Suggested-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
8d606c311b
commit
a3f763fdcb
|
|
@ -480,8 +480,6 @@ cifs_chan_update_iface(struct cifs_ses *ses, struct TCP_Server_Info *server)
|
||||||
|
|
||||||
ses->chans[chan_index].iface = iface;
|
ses->chans[chan_index].iface = iface;
|
||||||
spin_unlock(&ses->chan_lock);
|
spin_unlock(&ses->chan_lock);
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user