Skip to content
Commit 919f797a authored by Martin K. Petersen's avatar Martin K. Petersen Committed by Linus Torvalds
Browse files

SCSI: Fix error handling when no ULD is attached

Commit 18a4d0a2

 ("[SCSI] Handle disk devices which can not process
medium access commands") introduced a bug in which we would attempt to
dereference the scsi driver even when the device had no ULD attached.

Ensure that a driver is registered and make the driver accessor function
more resilient to errors during device discovery.

Reported-by: default avatarElric Fu <elricfu1@gmail.com>
Reported-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bfecc60d
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