Skip to content
Commit abaf00ff authored by Oliver Neukum's avatar Oliver Neukum Committed by David S. Miller
Browse files

usb: hso: remove bogus check for EINPROGRESS



This check an inherent race. It opens a race where
an error code has already been set or cleared yet
the URB has not been given back. We cannot do
such an optimization and must unlink unconditionally.

Signed-off-by: default avatarOliver Neukum <oneukum@suse.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11c5f6d2
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