Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45892
b: refs/heads/master
c: ded84bc
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Jan 24, 2007
1 parent 8707dab commit 3d7730f
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: 63ea9c1710f05a7309c272750bbf40134c628f36
refs/heads/master: ded84bcb246780137ecaa3f6d137ac1b0f06fd08
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int ps3_free_io_irq(unsigned int virq)

result = lv1_destruct_io_irq_outlet(virq_to_hw(virq));

if (!result)
if (result)
pr_debug("%s:%d: lv1_destruct_io_irq_outlet failed: %s\n",
__func__, __LINE__, ps3_result(result));

Expand Down

0 comments on commit 3d7730f

Please sign in to comment.