Re: [PATCH] usb: gadget: u_serial: Remove old tasklet comments

2021-01-18 Thread Felipe Balbi
Davidlohr Bueso writes: > Update old comments as of 8b4c62aef6f (usb: gadget: u_serial: process RX > in workqueue instead of tasklet). > > Signed-off-by: Davidlohr Bueso Acked-by: Felipe Balbi -- balbi signature.asc Description: PGP signature

[PATCH] usb: gadget: u_serial: Remove old tasklet comments

2021-01-18 Thread Davidlohr Bueso
Update old comments as of 8b4c62aef6f (usb: gadget: u_serial: process RX in workqueue instead of tasklet). Signed-off-by: Davidlohr Bueso --- drivers/usb/gadget/function/u_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/function/u_serial.c