Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21455
b: refs/heads/master
c: abd92b2
h: refs/heads/master
i:
  21453: 06aa835
  21451: ca75471
  21447: c5d368f
  21439: e0a5992
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 5eed3ad commit d38a295
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: 355db99860a1d77d77cd2fc66e2f5ab58f3e0995
refs/heads/master: abd92b2d21899d42a60c3c1ac995768c76774608
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void enable_irq(unsigned int irq)
if (err != HV_EOK)
printk("sun4v_intr_settarget(%x,%d): err(%d)\n",
ino, cpu, err);
sun4v_intr_setenabled(ino, HV_INTR_ENABLED);
err = sun4v_intr_setenabled(ino, HV_INTR_ENABLED);
if (err != HV_EOK)
printk("sun4v_intr_setenabled(%x): err(%d)\n",
ino, err);
Expand Down

0 comments on commit d38a295

Please sign in to comment.