Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98178
b: refs/heads/master
c: 476ff8a
h: refs/heads/master
v: v3
  • Loading branch information
Emil Medve authored and Paul Mackerras committed Jun 16, 2008
1 parent 042a194 commit ecaf96b
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: 598056d5af8fef1dbe8f96f5c2b641a528184e5a
refs/heads/master: 476ff8a0e3b17fc23994255aa9fd917d599d2ec7
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ static const struct file_operations virq_debug_fops = {
static int __init irq_debugfs_init(void)
{
if (debugfs_create_file("virq_mapping", S_IRUGO, powerpc_debugfs_root,
NULL, &virq_debug_fops))
NULL, &virq_debug_fops) == NULL)
return -ENOMEM;

return 0;
Expand Down

0 comments on commit ecaf96b

Please sign in to comment.