Skip to content

Commit

Permalink
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/l…
Browse files Browse the repository at this point in the history
…inux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
 "An irqchip driver init fix"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/irq-mvebu-gicp: Add missing spin_lock init
  • Loading branch information
torvalds committed Nov 5, 2017
2 parents b772b8e + c9bb863 commit c84e6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/irqchip/irq-mvebu-gicp.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ static int mvebu_gicp_probe(struct platform_device *pdev)
return -ENOMEM;

gicp->dev = &pdev->dev;
spin_lock_init(&gicp->spi_lock);

gicp->res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!gicp->res)
Expand Down

0 comments on commit c84e6d0

Please sign in to comment.