Skip to content
Commit da3d50ef authored by Sven Schmitt's avatar Sven Schmitt Committed by Marc Kleine-Budde
Browse files

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: default avatarSven Schmitt <sven.schmitt@volkswagen.de>
Acked-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent ef813c41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment