Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47920
b: refs/heads/master
c: d096f3e
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 12, 2007
1 parent a56bf4e commit f6fd4d4
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: c239122dec9230af80d0914ba23fefde80fdeffe
refs/heads/master: d096f3e9898d469493fc0afe88d7285c4bdc3ce2
2 changes: 1 addition & 1 deletion trunk/drivers/char/specialix.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void missed_irq (unsigned long data)
if (irq) {
printk (KERN_INFO "Missed interrupt... Calling int from timer. \n");
sx_interrupt (((struct specialix_board *)data)->irq,
(void*)data, NULL);
(void*)data);
}
missed_irq_timer.expires = jiffies + sx_poll;
add_timer (&missed_irq_timer);
Expand Down

0 comments on commit f6fd4d4

Please sign in to comment.