CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/01 06:16:52
Modified files:
sys/dev/usb : uvideo.c
Log message:
- Use defined return values wherever possible instead inventing
custom ones.
- Define functions which use USB return values with usbd_status
instead int.
- Define functions which always return 0 with void instead int.
- (void) function calls which don't check the return code.
