Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42414
b: refs/heads/master
c: 1dd997f
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Dominik Brodowski committed Dec 5, 2006
1 parent b74921a commit 5b8c35b
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: d9d9ea0169e657a01c3717291d0614220dc0ff9e
refs/heads/master: 1dd997f8fa5d52a473c77201a96efe3b66abc3d8
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/m32r_cfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static irqreturn_t pcc_interrupt(int irq, void *dev)
static void pcc_interrupt_wrapper(u_long data)
{
debug(3, "m32r_cfc: pcc_interrupt_wrapper:\n");
pcc_interrupt(0, NULL, NULL);
pcc_interrupt(0, NULL);
init_timer(&poll_timer);
poll_timer.expires = jiffies + poll_interval;
add_timer(&poll_timer);
Expand Down

0 comments on commit 5b8c35b

Please sign in to comment.