From: Sven Schmitt Date: Thu, 9 Aug 2012 12:46:34 +0000 (+0200) Subject: can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharing X-Git-Tag: v3.6-rc5~20^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3d50ef308d53f216f1f92f4971f245c13e9f65;p=pandora-kernel.git can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharing The sja1000 platform driver wrongly assumes that a shared IRQ is indicated with the IRQF_SHARED flag in irq resource flags. This patch changes the driver to handle the correct flag IORESOURCE_IRQ_SHAREABLE instead. There are no mainline users of the platform driver which wrongly make use of IRQF_SHARED. Signed-off-by: Sven Schmitt Acked-by: Yegor Yefremov Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed