• James Bottomley's avatar
    [SCSI] aacraid: correct use of cmd->timeout field · 5262d085
    James Bottomley authored
    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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
    5262d085
aachba.c 63.8 KB