CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2015/03/02 06:13:51

Modified files:
        sys/dev/usb    : if_athn_usb.c 

Log message:
In athn(4), set USB pipe pointers to NULL after closing pipes. Not really
required since this code runs during device detach but looks prettier.
Also remove an unneeded call to usbd_abort_pipe() which is implied by
usbd_close_pipe().
ok mpi@

Reply via email to