Skip to content

Commit 60e5e4b

Browse files
Liao Pingfangsmfrench
authored andcommitted
cifs: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang <[email protected]> Signed-off-by: Yi Wang <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 8e408fc commit 60e5e4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/cifs/sess.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,6 @@ static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
17051705
#else
17061706
cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n");
17071707
return -ENOSYS;
1708-
break;
17091708
#endif /* CONFIG_CIFS_UPCALL */
17101709
case RawNTLMSSP:
17111710
sess_data->func = sess_auth_rawntlmssp_negotiate;

0 commit comments

Comments
 (0)