[PATCH] bcm43xx: workaround init_board vs. IRQ race
authorMichael Buesch <mb@bu3sch.de>
Sat, 17 Jun 2006 13:19:05 +0000 (15:19 +0200)
committerJeff Garzik <jeff@garzik.org>
Wed, 5 Jul 2006 17:42:57 +0000 (13:42 -0400)
Place the Init-vs-IRQ workaround before any card register
access, because we might not have the wireless core mapped
at all times in init. So this will result in a Machine Check
caused by a bus error.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found