On Wed, Feb 27, 2019 at 08:48:57AM +0100, Michał Mirosław wrote: > Rewrite console support to fix a few shortcomings of the old code > preventing its use with multiple ports. This removes some duplicated > code and replaces a custom kthread with simpler workqueue item. > > Only port ttyGS0 gets to be a console for now. > > Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > --- > drivers/usb/gadget/function/u_serial.c | 352 ++++++++++++------------- > 1 file changed, 164 insertions(+), 188 deletions(-) Very nice, getting rid of the kthread alone makes this patch worth while :)