From: Breno Leitão Date: Thu, 24 Sep 2009 19:58:22 +0000 (-0300) Subject: jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled X-Git-Tag: v2.6.33-rc1~310^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88a477f1df703f0e2a7592e19618799cb598623;p=pandora-kernel.git jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled Currently jsm is showing the following message when loaded: IRQ 432/JSM: IRQF_DISABLED is not guaranteed on shared IRQs It's because the request_irq() is called using IRQF_DISABLED and IRQF_SHARED. Actually there is no need to use IRQF_DISABLED in this driver. Signed-off-by: Breno Leitão Cc: Scott Kilau Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed