- Use defined return values wherever possible instead inventing
authormglocker <mglocker@openbsd.org>
Fri, 1 Aug 2008 12:16:52 +0000 (12:16 +0000)
committermglocker <mglocker@openbsd.org>
Fri, 1 Aug 2008 12:16:52 +0000 (12:16 +0000)
commit36475299823f4a11ad849af79c6ffb5aa3537f67
tree5bbfc2c806ae64c30966f0a54959ec2bf29fccdf
parent606653c20a4d58823fd4726f998ba77813d2cbd9
- 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.
sys/dev/usb/uvideo.c