commit | 1e89cbac16dd91f1ddbf53c68fecb85d42793841 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Jul 20 17:51:22 2011 -0700 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Thu Jul 21 07:41:07 2011 -0700 |
tree | c183e9b924e90f01f858f0abc7b65c91f1a07297 | |
parent | d62b39e105e427510f8996c03db9ce1bf83fcad8 [diff] |
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 <johannes.berg@intel.com> Tested-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>