Re: [PATCH] cifs: Remove the superfluous break

2020-07-14 Thread Steve French
merged into cifs-2.6.git for-next thx On Tue, Jul 14, 2020 at 6:14 AM Yi Wang wrote: > > From: Liao Pingfang > > Remove the superfuous break, as there is a 'return' before it. > > Signed-off-by: Liao Pingfang > Signed-off-by: Yi Wang > --- > fs/cifs/sess.c | 1 - > 1 file changed, 1 deletion

[PATCH] cifs: Remove the superfluous break

2020-07-14 Thread Yi Wang
From: Liao Pingfang Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- fs/cifs/sess.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index 5d05bd2..6708ab0 100644 --- a/fs/cifs/sess.c +++ b