CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/15 15:37:00
Modified files:
sys/dev/usb : if_ugl.c
Log message:
bug fix (I found it when comparing with if_upl.c)
- remove extra blank line
- call ifq_deq_rollback() when ugl_send() failed
- call ifq_clr_oactive() before splx()
ok mpi@
