SCSI_DEVICE_PUT(9) SCSI mid layer SCSI_DEVICE_PUT(9)NAMEscsi_device_put - release a reference to a scsi_deviceSYNOPSISvoid scsi_device_put(struct scsi_device * sdev);ARGUMENTSsdev device to release a reference on.DESCRIPTIONRelease a reference to the scsi_device and decrements the use count of the underlying LLDD module. The device is freed once the last user vanishes.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCSI_DEVICE_PUT(9)