|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Marcus Glocker (mglocker
cvs.openbsd.org)
Date: Fri Aug 01 2008 - 07:16:53 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: mglocker
cvs.openbsd.org 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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]