forked from Minki/linux
[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>
This commit is contained in:
parent
cc33895abb
commit
a599012025
@ -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;
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user