afd7e608213f parent 8e0df4a757db82a571f3a179108b62d09258eaf2 author James Bottomley 1136916702 -0600 committer James Bottomley 1137088147 -0600 [SCSI] aic7xxx: fix timer handling bug The driver is doing a rather stupid mod_timer allegedly to "give request sense more time to complete". This is illegal and pointless, so just eliminate it. Also eliminate all the other uses of struct timer_list in the driver, which are mostly bogus. Signed-off-by: James Bottomley kšĆ