From: James Bottomley Date: Tue, 10 Jan 2006 18:11:42 +0000 (-0600) Subject: [SCSI] aic7xxx: fix timer handling bug X-Git-Tag: v2.6.16-rc1~162^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacee84b070c4e705a5b6446f1f0a6a6e2f8d7a4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed