Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liao Pingfang and committed by
Steve French
60e5e4b3 8e408fc9

-1
-1
fs/cifs/sess.c
··· 1705 1705 #else 1706 1706 cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n"); 1707 1707 return -ENOSYS; 1708 - break; 1709 1708 #endif /* CONFIG_CIFS_UPCALL */ 1710 1709 case RawNTLMSSP: 1711 1710 sess_data->func = sess_auth_rawntlmssp_negotiate;