
NAME
usb_free_urb - frees the memory used by a urb
SYNOPSIS
void usb_free_urb (struct urb*urb);
ARGUMENTS
urb pointer to the urb to free
DESCRIPTION
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.