Skip to content
Snippets Groups Projects
Commit f479ab87 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[SCSI] fix up non-modular SCSI


The recent change to the way scsi_device_get()/put() work broke the
non modular build (we do a module_refcount on a NULL).  Fix this by
checking for non-null before checking module_refcount().

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 884d25cc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment