Fixes gcc '-Wunused-but-set-variable' warning:
drivers/usb/early/xhci-dbc.c: In function 'xdbc_handle_tx_event':
drivers/usb/early/xhci-dbc.c:720:9: warning:
variable 'remain_length' set but not used [-Wunused-but-set-variable]
It never be used since introduction in
commit
|
||
|---|---|---|
| .. | ||
| ehci-dbgp.c | ||
| Makefile | ||
| xhci-dbc.c | ||
| xhci-dbc.h | ||