From: Lars-Peter Clausen Date: Mon, 2 Jul 2012 08:54:45 +0000 (+0200) Subject: staging:iio: Request threaded-only IRQs with IRQF_ONESHOT X-Git-Tag: v3.6-rc1~100^2~336^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91aff1c09fc41a55ccaa115763ff77e36b527d3;p=pandora-kernel.git staging:iio: Request threaded-only IRQs with IRQF_ONESHOT Since commit 1c6c69525b ("genirq: Reject bogus threaded irq requests") threaded IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise the request will fail. This patch adds the IRQF_ONESHOT to IIO drivers where it is missing. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed