[SCSI] aacraid: correct use of cmd->timeout field
authorJames Bottomley <James.Bottomley@steeleye.com>
Fri, 5 Aug 2005 21:31:35 +0000 (16:31 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 8 Aug 2005 14:14:37 +0000 (09:14 -0500)
commit5262d0851cc6692390ee1aa2c55f57f3bfd0a7c7
tree9acc17c71fd4e6387ea822564214b045858e716e
parenta2ae85df80a5b996a05d6d2ffc9bf97797e93ec6
[SCSI] aacraid: correct use of cmd->timeout field

The cmd->timeout field has been obsolete for a while now.  While looking
to remove it, I came across this use in the aacraid driver.  It looks
like you want to initialise the firmware with the current timeout of the
command (in seconds), so the value I think you should be using is
cmd->timeout_per_command.

Acked by: Mark Haverkamp <markh@osdl.org>
Acked by: Mark Salyzyn <mark_salyzyn@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c