]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
b43: Fix noise calculation WARN_ON
authorMichael Buesch <mb@bu3sch.de>
Sat, 14 Jun 2008 21:00:14 +0000 (23:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 22 Jun 2008 05:24:55 +0000 (22:24 -0700)
commitf9cb92ec51b8700247c3aa560b31ba9885a33e73
tree06b0cecc82203998d97cf2ef894f517521f9932c
parent226028e4f78348aa948b1422bda1ede029228d2e
b43: Fix noise calculation WARN_ON

commit 98a3b2fe435ae76170936c14f5c9e6a87548e3ef upstream.

This removes a WARN_ON that is responsible for the following koops:
http://www.kerneloops.org/searchweek.php?search=b43_generate_noise_sample

The comment in the patch describes why it's safe to simply remove
the check.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/b43/b43.h
drivers/net/wireless/b43/main.c