Re:Re: [PATCH 1/2] tty/serial: delete break after return

2020-11-08 Thread Bernard
radead.org,opensource.ker...@vivo.com Subject: Re: [PATCH 1/2] tty/serial: delete break after return>Hello, > >the Subject is wrong, it should use a prefix similar to "serial: imx:". >It's a good idea to check previous patches to the same file to pick a >suitable prefix. (E.g. git log

Re: [PATCH 1/2] tty/serial: delete break after return

2020-11-07 Thread Uwe Kleine-König
Hello, the Subject is wrong, it should use a prefix similar to "serial: imx:". It's a good idea to check previous patches to the same file to pick a suitable prefix. (E.g. git log --oneline drivers/tty/serial/imx.c) On Fri, Nov 06, 2020 at 07:29:23PM -0800, Bernard Zhao wrote: > Delete break

[PATCH 1/2] tty/serial: delete break after return

2020-11-06 Thread Bernard Zhao
Delete break after return, which will never run. Signed-off-by: Bernard Zhao --- 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 1731d9728865..09703079db7b 100644 --- a/drivers/tty/serial/imx.c +++