From: Yuval Mintz Date: Thu, 9 Aug 2012 04:37:26 +0000 (+0000) Subject: bnx2x: Fix recovery flow cleanup during probe X-Git-Tag: v3.6-rc2~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2070ffa2c8d4dc17cd8fc4b30d2710bcde27b051;p=pandora-kernel.git bnx2x: Fix recovery flow cleanup during probe During probe, every function probed clears the recovery registers from all functions on its path - thus signaling that given a future recovery event, there will be no need to wait for those functions. This is a flawed behaviour - each function should only be responsible for its own bit. Since this registers are handled during the load/unload routines, this cleanup is removed altogether. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed