commit | f479ab87936563a286b8aa0e39003c40fa31c6da | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Wed Sep 06 09:00:29 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Sep 07 10:37:22 2006 -0500 |
tree | 9592ef7ca7b68dd2ec5c21e371a6b4ad76be8ac5 | |
parent | 884d25cc4fda20908fd4ef93dbb41d817984b68b [diff] |
[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: James Bottomley <James.Bottomley@SteelEye.com>