Skip to content

Commit

Permalink
Revert "Partial revert of: Main bcm2708/bcm2709 linux port"
Browse files Browse the repository at this point in the history
This reverts commit fea9697.
  • Loading branch information
popcornmix committed Oct 10, 2024
1 parent b9dcd92 commit d3d9165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mailbox/bcm2835-mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int bcm2835_mbox_probe(struct platform_device *pdev)
return -ENOMEM;
spin_lock_init(&mbox->lock);

ret = devm_request_irq(dev, irq_of_parse_and_map(dev->of_node, 0),
ret = devm_request_irq(dev, platform_get_irq(pdev, 0),
bcm2835_mbox_irq, IRQF_NO_SUSPEND, dev_name(dev),
mbox);
if (ret) {
Expand Down

0 comments on commit d3d9165

Please sign in to comment.