Re: [PATCH] tty/serial:Remove superfluous "breaks"

2021-02-23 Thread Uwe Kleine-König
On Tue, Feb 23, 2021 at 04:06:30PM +0800, dingsen...@163.com wrote: > From: dingsenjie > > Remove superfluous "breaks", as there is a "return" before them. > > Signed-off-by: dingsenjie You are at least the fourth person who sends this patch[1]. The things I wrote in reply to the latest submis

Re: [PATCH] tty/serial:Remove superfluous "breaks"

2021-02-23 Thread Greg KH
On Tue, Feb 23, 2021 at 04:06:30PM +0800, dingsen...@163.com wrote: > From: dingsenjie > > Remove superfluous "breaks", as there is a "return" before them. > > Signed-off-by: dingsenjie > --- > drivers/tty/serial/imx.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/drivers/tty/s

[PATCH] tty/serial:Remove superfluous "breaks"

2021-02-23 Thread dingsenjie
From: dingsenjie Remove superfluous "breaks", as there is a "return" before them. Signed-off-by: dingsenjie --- drivers/tty/serial/imx.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 425624d..6c1c31a 100644 --- a/drivers/tty/s