Re: [PATCH 05/13] tty: remove tty_warn()

2021-04-08 Thread Greg Kroah-Hartman
On Thu, Apr 08, 2021 at 10:47:21PM +0900, Tetsuo Handa wrote: > On 2021/04/08 21:51, Greg Kroah-Hartman wrote: > > Remove users of tty_warn() and replace them with calls to dev_warn() > > which provides more information about the tty that has the error and > > uses the standard formatting logic. >

Re: [PATCH 05/13] tty: remove tty_warn()

2021-04-08 Thread Tetsuo Handa
On 2021/04/08 21:51, Greg Kroah-Hartman wrote: > Remove users of tty_warn() and replace them with calls to dev_warn() > which provides more information about the tty that has the error and > uses the standard formatting logic. Ouch. This series would be good for clean up, but this series might be

[PATCH 05/13] tty: remove tty_warn()

2021-04-08 Thread Greg Kroah-Hartman
Remove users of tty_warn() and replace them with calls to dev_warn() which provides more information about the tty that has the error and uses the standard formatting logic. Cc: Tetsuo Handa Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- drivers/tty/n_tty.c | 2 +- drivers/tty/tty.