From: Ursula Braun Date: Mon, 11 Jan 2010 02:50:51 +0000 (+0000) Subject: qeth: avoid recovery during device online setting X-Git-Tag: v2.6.34-rc1~233^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b66683dba002f4cce2aaf78bf45debfaf22795;p=pandora-kernel.git qeth: avoid recovery during device online setting If a qeth device is set online, several initialisation steps are performed. If a failure in one of these steps occurs, the qeth device is reset into DOWN state. If due to the failure a qeth recovery is scheduled and started in another thread, this might cause all kinds of conflicts, even a kernel panic. The patch forbids scheduling of a qeth recovery while online processing is performed till the card is in state SOFTSETUP. Signed-off-by: Ursula Braun Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed