Skip to content
Commit a36c27df authored by Sebastian Siewior's avatar Sebastian Siewior Committed by Greg Kroah-Hartman
Browse files

usb: return error code instead of 0 in the enqueue function.



if the enqueue function returns -ESHUTDOWN or -ENOMEM then
we return 0 instead of an error. This leads to a timeout and
then to a dequeue request of an not enqueued urb.

Signed-off-by: default avatarSebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 937ef73d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment