CVSROOT:        /cvs
Module name:    src
Changes by:     dam...@cvs.openbsd.org  2010/10/30 05:46:47

Modified files:
        sys/dev/usb    : if_otus.c if_run.c 

Log message:
use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check
if interface was attached.
both are correct but this is for consistency with other drivers.

Reply via email to