From: Marc Kleine-Budde Date: Thu, 11 Apr 2013 08:08:27 +0000 (+0200) Subject: can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq X-Git-Tag: v3.9-rc8~20^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db388d6460ffa53b3b38429da6f70a913f89b048;p=pandora-kernel.git can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq Since commit: 1c6c695 genirq: Reject bogus threaded irq requests threaded irqs must provide a primary handler or set the IRQF_ONESHOT flag. Since the mcp251x driver doesn't make use of a primary handler set the IRQF_ONESHOT flag. Cc: linux-stable # >= v3.5 Reported-by: Mylene Josserand Tested-by: Mylene Josserand Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed