From: Breno Leitao Date: Thu, 1 Jul 2010 03:00:18 +0000 (+0000) Subject: qlge: fix a eeh handler to not add a pending timer X-Git-Tag: v2.6.35-rc5~14^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae80abdba0644e12ac17da567a2db1efc1bf8a8;p=pandora-kernel.git qlge: fix a eeh handler to not add a pending timer On some ocasions the function qlge_io_resume() tries to add a pending timer, which causes the system to hit the BUG() on add_timer() function. This patch removes the timer during the EEH recovery. Signed-off-by: Breno Leitao Signed-off-by: Ron Mercer Signed-off-by: David S. Miller --- Reading git-diff-tree failed