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 <liao.pingfang@zte.com.cn> Signed-off-by: Yi Wang <wang.yi59@zte.com.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 8e408fc commit 60e5e4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)