From: Johannes Berg Date: Tue, 23 Sep 2008 17:18:43 +0000 (+0200) Subject: iwlagn: downgrade BUG_ON in interrupt X-Git-Tag: v2.6.27.11~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e8fedf5e9d81cce3505a4dfce77096eac89711;p=pandora-kernel.git iwlagn: downgrade BUG_ON in interrupt commit 55d6a3cd0cc85ed90c39cf32e16f622bd003117b upstream. This BUG_ON really shouldn't trigger, but if it does, as on my machine, it leaves you wondering what happened because you won't see it. Let's instead leak a bit of state and memory and at least make it possible to report it to the kerneloops project to track it. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Cc: François Valenduc Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed