From: Mithlesh Thukral Date: Wed, 25 Mar 2009 10:21:14 +0000 (+0530) Subject: Staging: sxg: Fix sleep in atomic context warning while loading driver X-Git-Tag: v2.6.30-rc3~58^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4b8dfc3ff32f890cd5de0ce22de44f124d0d05;p=pandora-kernel.git Staging: sxg: Fix sleep in atomic context warning while loading driver Leave a spinlock before calling request_irq(). request_irq() calls kmalloc which can sleep. This was generating a warning dump while driver is loaded. Signed-off-by: LinSysSoft Sahara Team Signed-off-by: Mithlesh Thukral Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed