From: David Kilroy Date: Tue, 7 Dec 2010 18:50:42 +0000 (+0000) Subject: orinoco: initialise priv->hw before assigning the interrupt X-Git-Tag: v2.6.37-rc6~14^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229bd792be0bad245b78ed8f119952733a4752e5;p=pandora-kernel.git orinoco: initialise priv->hw before assigning the interrupt The interrupt handler takes a lock - but since commit bcad6e80f3f this lock goes through an indirection specified in the hermes_t structure. We must therefore initialise the structure before setting up the interrupt handler. Fix orinoco_cs and spectrum_cs Bisected by: Matt Domsch Signed-off by: David Kilroy Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed