staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friends
commitc9e1c907ff520bdc01170a8d6461d262094ed6f8
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Sat, 13 Jul 2013 21:53:49 +0000 (13 14:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 21:54:48 +0000 (23 14:54 -0700)
tree26d3063ab20cc0b8406edbc85561eaeb7236b3d3
parent0d012b98662495f1fe5c4aa8acc7e6ed121c1254
staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friends

The driver was lacking calls to usb_hcd_link_urb_to_ep(),
usb_hcd_unlink_urb_from_ep(), and usb_hcd_check_unlink_urb(). Add
those now.

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/hcd.c