Commit fce4e14a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] remove unused variable in scsi.c

parent 90092a57
......@@ -662,7 +662,6 @@ int scsi_mlqueue_insert(Scsi_Cmnd * cmd, int reason)
{
struct Scsi_Host *host = cmd->host;
struct scsi_device *device = cmd->device;
unsigned long flags;
SCSI_LOG_MLQUEUE(1,
printk("Inserting command %p into mlqueue\n", cmd));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment