CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2010/10/30 12:03:43
Modified files: sys/dev/usb : if_run.c if_otus.c Log message: in otus, tx() can return on error without releasing the node so release the node in the caller (if_start) instead and do the same in run(4) for consistency.