From: James Bottomley Date: Fri, 5 Aug 2005 21:31:35 +0000 (-0500) Subject: [SCSI] aacraid: correct use of cmd->timeout field X-Git-Tag: v2.6.14-rc1~522^2~12^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5262d0851cc6692390ee1aa2c55f57f3bfd0a7c7;p=pandora-kernel.git [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 Acked by: Mark Salyzyn Signed-off-by: James Bottomley --- Reading git-diff-tree failed