]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
iwlagn: downgrade BUG_ON in interrupt
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 23 Sep 2008 17:18:43 +0000 (19:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Sep 2008 20:18:04 +0000 (16:18 -0400)
commit55d6a3cd0cc85ed90c39cf32e16f622bd003117b
tree09d7c464bc5d155973c620eabb8e28d61b1037d5
parent47cbb1107e4172f3632713d74dc8651a32ceb294
iwlagn: downgrade BUG_ON in interrupt

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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-tx.c