Skip to content

Commit

Permalink
cifs: remove unneeded return statement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Jan 9, 2024
1 parent 8d606c3 commit a3f763f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/smb/client/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit a3f763f

Please sign in to comment.