usb: mdm_bridge: Add rx URBs back to idle rx list if submit_rx_urb() fails
mdm_data bridge driver maintains a list of idle rx URBs. Instead of
immediately freeing the URB upon failure in submit_rx_urb(), which
would decrease the number of available requests, put it back in the idle
rx list to allow for later attempts.
Change-Id: I14c42d25e224a40ebd733c94fe3579156d9e5ab8
Signed-off-by:
Hemant Kumar <hemantk@codeaurora.org>
Loading
Please sign in to comment