From: Emmanuel Grumbach Date: Thu, 21 Jul 2011 00:51:22 +0000 (-0700) Subject: iwlagn: probe would crash with DEBUG_SHIRQ X-Git-Tag: v3.1-rc1~255^2~14^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e89cbac16dd91f1ddbf53c68fecb85d42793841;p=pandora-kernel.git iwlagn: probe would crash with DEBUG_SHIRQ This is since my patch: iwlagn: introduce transport layer and implement rx_init The IRQ is requested before the locks are initialized, hence the crash. Initialize the tasklet before we request the IRQ on the way. Reported-by: Johannes Berg Tested-by: Johannes Berg Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed