Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154543
b: refs/heads/master
c: 091a58a
h: refs/heads/master
i:
  154541: 7bd3d35
  154539: 33cbbea
  154535: bbe6432
  154527: a745686
v: v3
  • Loading branch information
Roel Kluin authored and Tony Lindgren committed Jun 23, 2009
1 parent 75cb342 commit e55a05e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 762ad3a476baa1831f732488e80960f4aa024393
refs/heads/master: 091a58af0ba1765d80b1e74382c7572baceb1bdc
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-omap2/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev)
return -ENOMEM;

/* DSP or IVA2 IRQ */
mbox_dsp_info.irq = platform_get_irq(pdev, 0);
if (mbox_dsp_info.irq < 0) {
ret = platform_get_irq(pdev, 0);
if (ret < 0) {
dev_err(&pdev->dev, "invalid irq resource\n");
ret = -ENODEV;
goto err_dsp;
}
mbox_dsp_info.irq = ret;

ret = omap_mbox_register(&pdev->dev, &mbox_dsp_info);
if (ret)
Expand Down

0 comments on commit e55a05e

Please sign in to comment.