usb: reduce verbosity of logging about unsuccessful port reset
Reviewed by: imp@,hselasny@ Pull Request: https://github.com/freebsd/freebsd-src/pull/385 Differential Revision: https://reviews.freebsd.org/D30621
This commit is contained in:
parent
70dd30d49c
commit
5c447fe677
@ -720,7 +720,7 @@ uhub_reattach_port(struct uhub_softc *sc, uint8_t portno)
|
||||
if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) ||
|
||||
(!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) {
|
||||
if (timeout) {
|
||||
DPRINTFN(0, "giving up port %d reset - "
|
||||
DPRINTFN(1, "giving up port %d reset - "
|
||||
"device vanished: change %#x status %#x\n",
|
||||
portno, sc->sc_st.port_change,
|
||||
sc->sc_st.port_status);
|
||||
|
Loading…
Reference in New Issue
Block a user