void usb_free_urb (struct urb* urb);
void usb_free_urb
pointer to the urb to free
If an urb is created with a call to usb_create_urb it should be cleaned up with a call to usb_free_urb when the driver is finished with it.