Release a reference to a scsi_device
void scsi_device_put(struct scsi_device * sdev);
sdev
device to release a reference on.
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.