cifs: Remove the superfluous break
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Tue, 14 Jul 2020 10:59:12 +0000 (18:59 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 2 Aug 2020 23:00:26 +0000 (18:00 -0500)
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>
fs/cifs/sess.c

index 5d05bd2822d292ae86a7eb7f2091b57c1e56e4c6..6708ab0aad1c45c9c85588b44afd1a3df3e1c3c7 100644 (file)
@@ -1705,7 +1705,6 @@ static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
 #else
                cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n");
                return -ENOSYS;
-               break;
 #endif /* CONFIG_CIFS_UPCALL */
        case RawNTLMSSP:
                sess_data->func = sess_auth_rawntlmssp_negotiate;