From: Steve French Date: Tue, 9 Jan 2024 04:37:10 +0000 (-0600) Subject: cifs: remove unneeded return statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a3f763fdcb2f784c355aed66ddac6748ff8dbfa6;p=linux.git cifs: remove unneeded return statement Return statement was not needed at end of cifs_chan_update_iface Suggested-by: Christophe Jaillet Signed-off-by: Steve French --- diff --git a/fs/smb/client/sess.c b/fs/smb/client/sess.c index f7b216dd06b2e..cde81042bebda 100644 --- a/fs/smb/client/sess.c +++ b/fs/smb/client/sess.c @@ -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; } /*