CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/16 03:41:21
Modified files:
sys/dev/usb : if_atu.c
Log message:
Release the rx node if we were unable to allocate a new rx buffer.
The node here is always ic_bss, for which the reference count isn't
actually used (it's always freed when the interface detaches), so
not releasing it in this case wasn't really a problem.
ok stsp@
