Re: [PATCH] USB: serial: do not use tty class device for debugging

2021-04-09 Thread Greg KH
On Thu, Apr 08, 2021 at 05:08:59PM +0200, Johan Hovold wrote: > Use the port struct device rather than tty class device for debugging. > > Note that while USB serial doesn't support serdev yet (due to serdev not > handling hotplugging), serdev ttys do not have a corresponding class > device and

[PATCH] USB: serial: do not use tty class device for debugging

2021-04-08 Thread Johan Hovold
Use the port struct device rather than tty class device for debugging. Note that while USB serial doesn't support serdev yet (due to serdev not handling hotplugging), serdev ttys do not have a corresponding class device and would have been logged using a "(NULL device *):" prefix. Signed-off-by: