Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302997
b: refs/heads/master
c: 355f8ee
h: refs/heads/master
i:
  302995: 0312fbb
v: v3
  • Loading branch information
Paul Walmsley committed Apr 13, 2012
1 parent 50e3411 commit 5977ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d3645d39ad0ed9f09535065676ea0ba114f93cdf
refs/heads/master: 355f8eee48134ba10ca81664ee90eeb240f5f928
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/gpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,7 @@ static int __init gpmc_init(void)
irq++;
}

ret = request_irq(gpmc_irq,
gpmc_handle_irq, IRQF_SHARED, "gpmc", gpmc_base);
ret = request_irq(gpmc_irq, gpmc_handle_irq, IRQF_SHARED, "gpmc", NULL);
if (ret)
pr_err("gpmc: irq-%d could not claim: err %d\n",
gpmc_irq, ret);
Expand Down

0 comments on commit 5977ef7

Please sign in to comment.