Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164805
b: refs/heads/master
c: 6bff5fb
h: refs/heads/master
i:
  164803: eb531f8
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed Sep 23, 2009
1 parent eb9d4a8 commit dd9d375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad91fd854f08d1795b58addc09752de3351644f3
refs/heads/master: 6bff5fb80b86b461a233eaea4da769ba1b349cbe
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static int __devinit bfin_rtc_probe(struct platform_device *pdev)
}

/* Grab the IRQ and init the hardware */
ret = request_irq(IRQ_RTC, bfin_rtc_interrupt, IRQF_SHARED, pdev->name, dev);
ret = request_irq(IRQ_RTC, bfin_rtc_interrupt, 0, pdev->name, dev);
if (unlikely(ret))
goto err_reg;
/* sometimes the bootloader touched things, but the write complete was not
Expand Down

0 comments on commit dd9d375

Please sign in to comment.