1. NAME

scsi_device_put - release a reference to a scsi_device

2. SYNOPSIS

void scsi_device_put(struct scsi_device *  sdev );

3. ARGUMENTS

sdev
    device to release a reference on.

4. DESCRIPTION

Release 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.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT