Commit 60e5e4b3 authored by Liao Pingfang's avatar Liao Pingfang Committed by Steve French
Browse files

cifs: Remove the superfluous break



Remove the superfuous break, as there is a 'return' before it.

Signed-off-by: default avatarLiao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: default avatarYi Wang <wang.yi59@zte.com.cn>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8e408fc9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;