Skip to content

Commit a3f763f

Browse files
committed
cifs: remove unneeded return statement
Return statement was not needed at end of cifs_chan_update_iface Suggested-by: Christophe Jaillet <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 8d606c3 commit a3f763f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/smb/client/sess.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ cifs_chan_update_iface(struct cifs_ses *ses, struct TCP_Server_Info *server)
480480

481481
ses->chans[chan_index].iface = iface;
482482
spin_unlock(&ses->chan_lock);
483-
484-
return;
485483
}
486484

487485
/*

0 commit comments

Comments
 (0)