Skip to content
Commit 4f83d58b authored by Wolfgang Reissnegger's avatar Wolfgang Reissnegger
Browse files

USBMSC: Fix reversed logic on waiting for SCSI thread start.

The scsi thread was waiting for the wrong condition.

However, this was masked by the fact that the code creating the scsi thread
was also holding usbmsc_scsi_lock(priv) while initializing data, hence this
lock synchronized the scsi thread start with init completion.
parent 2974d2b0
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