mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
media: Revert "media: rkisp1: Drop IRQF_SHARED"
This reverts commit 85d2a31fe4.
The rkisp1 does share interrupt lines on some platforms, after all. Thus
we need to revert this, and implement a fix for the rkisp1 shared irq
handling in a follow-up patch.
Closes: https://lore.kernel.org/all/87o7eo8vym.fsf@gmail.com/
Link: https://lore.kernel.org/r/20231218-rkisp-shirq-fix-v1-1-173007628248@ideasonboard.com
Reported-by: Mikhail Rudenko <mike.rudenko@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
b32431b753
commit
a107d643b2
|
|
@ -559,7 +559,7 @@ static int rkisp1_probe(struct platform_device *pdev)
|
|||
rkisp1->irqs[il] = irq;
|
||||
}
|
||||
|
||||
ret = devm_request_irq(dev, irq, info->isrs[i].isr, 0,
|
||||
ret = devm_request_irq(dev, irq, info->isrs[i].isr, IRQF_SHARED,
|
||||
dev_driver_string(dev), dev);
|
||||
if (ret) {
|
||||
dev_err(dev, "request irq failed: %d\n", ret);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user