CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/15 03:17:39
Modified files:
sys/dev/usb : if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c
if_cue.c if_kue.c if_mos.c if_smsc.c if_udav.c
if_upl.c if_url.c if_urndis.c if_wi_usb.c
ubsa.c uchcom.c umbg.c umct.c umodem.c umsm.c
uplcom.c usbdi.c usbdi.h uticom.c uvscom.c
Log message:
Clean-up usbd_abort_pipe() usage.
This function never fails. So change it's return type to void and
adjust the copy-pasted callers that were checking the return.
"If it compiles, ok" mpi@