From: Darrick J. Wong Date: Wed, 15 Nov 2006 02:02:07 +0000 (-0800) Subject: [PATCH] aic94xx: delete ascb timers when freeing queues X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4feee973ca7be63345b92a987ef7ef879b179b;p=pandora-kernel.git [PATCH] aic94xx: delete ascb timers when freeing queues When the aic94xx driver creates ascbs, each ascb is initialized with a timeout timer. If there are any ascbs left over when the driver is being torn down, these timers need to be deleted. In particular, we seem to hit this case when ascbs are issued yet never end up on the done list. Right now there's a sequencer bug that results in this happening every so often. CONTROL PHY commands are typically sent when things are really messed up with the sequencer; however, any other leftover ascb should produce loud warnings. Signed-off-by: Darrick J. Wong Signed-off-by: James Bottomley --- Reading git-diff-tree failed