Free a struct scsi_cmnd
void __scsi_put_command(struct Scsi_Host * shost, struct scsi_cmnd * cmd);
shost
dev->host
cmd
Command to free
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>