Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211220
b: refs/heads/master
c: 0219896
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and H. Peter Anvin committed Sep 30, 2010
1 parent 5bf59f2 commit 8eb9be0
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: 1cf180c94e9166cda083ff65333883ab3648e852
refs/heads/master: 021989622810b02aab4b24f91e1f5ada2b654579
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ static int hpet_assign_irq(struct hpet_dev *dev)
{
unsigned int irq;

irq = create_irq();
irq = create_irq_nr(0, -1);
if (!irq)
return -EINVAL;

Expand Down

0 comments on commit 8eb9be0

Please sign in to comment.