netchild 2007-04-01 13:46:39 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ubser.c
Log:
Make it obvious that we don't care about the return value of
usbd_endpoint_count(), the failure case is handled implicit in the
following code.
Found by: Coverity Prevent (tm)
CID: 56
Revision Changes Path
1.21 +1 -1 src/sys/dev/usb/ubser.c