From: Chuck Ebbert Date: Thu, 12 Jun 2008 22:21:42 +0000 (-0700) Subject: mmc: wbsd: initialize tasklets before requesting interrupt X-Git-Tag: v2.6.26-rc7~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef33400d0349fb24b6f8b7dea79b66e3144fd8b;p=pandora-kernel.git mmc: wbsd: initialize tasklets before requesting interrupt With CONFIG_DEBUG_SHIRQ set we will get an interrupt as soon as we allocate one. Tasklets may be scheduled in the interrupt handler but they will be initialized after the handler returns, causing a BUG() in kernel/softirq.c when they run. Should fix this Fedora bug report: https://bugzilla.redhat.com/show_bug.cgi?id=449817 Signed-off-by: Chuck Ebbert Acked-by: Pierre Ossman Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed