Browse Source

[SCSI] dpt_i2o warning fix

drivers/scsi/dpt_i2o.c: In function `adpt_queue':
drivers/scsi/dpt_i2o.c:385: warning: unused variable `timeout'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Andrew Morton 20 years ago
parent
commit
a599012025
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/scsi/dpt_i2o.c

+ 0 - 1
drivers/scsi/dpt_i2o.c

@@ -382,7 +382,6 @@ static int adpt_queue(struct scsi_cmnd * cmd, void (*done) (struct scsi_cmnd *))
 {
 {
 	adpt_hba* pHba = NULL;
 	adpt_hba* pHba = NULL;
 	struct adpt_device* pDev = NULL;	/* dpt per device information */
 	struct adpt_device* pDev = NULL;	/* dpt per device information */
-	ulong timeout = jiffies + (TMOUT_SCSI*HZ);
 
 
 	cmd->scsi_done = done;
 	cmd->scsi_done = done;
 	/*
 	/*