imp         2007-06-17 07:34:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_subr.c 
  Log:
  Expand USB_DO_ATTACH inline.
  Remove device_t dv, since it is no longer needed.
  Add sizeof(device_t) to replace sizeof dv.
  Change device_detach(dev) to device_detach(dev->subdevs[i]) since the type
  of dev isn't right!  Not sure when this was introduced, but it likely would
  lead to a crash on disconnect.
  
  MFC After: 1 week
  
  Revision  Changes    Path
  1.93      +8 -12     src/sys/dev/usb/usb_subr.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to