On Thu, Oct 11, 2018 at 07:44:33AM +0000, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/usb/serial/quatech2.c: In function 'qt2_process_read_urb': > drivers/usb/serial/quatech2.c:503:27: warning: > variable 'port_priv' set but not used [-Wunused-but-set-variable] > > It not used any more after > commit 2be818a116b2 ("Revert "USB: quatech2: only write to the tty if the port is open."") > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Now applied. Thanks for including the not-used-since information. Johan