Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176729
b: refs/heads/master
c: f2965d6
h: refs/heads/master
i:
  176727: 351ef74
v: v3
  • Loading branch information
Jack Steiner authored and Linus Torvalds committed Dec 16, 2009
1 parent 4024249 commit 40bf7e0
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: 99f7c229b32bdf7424fbeb1d0d1b3883e14e97d0
refs/heads/master: f2965d68b6775290218ff2a040e64c8b40556280
2 changes: 1 addition & 1 deletion trunk/drivers/misc/sgi-gru/gruprocfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static void delete_proc_files(void)
for (p = proc_files; p->name; p++)
if (p->entry)
remove_proc_entry(p->name, proc_gru);
remove_proc_entry("gru", NULL);
remove_proc_entry("gru", proc_gru->parent);
}
}

Expand Down

0 comments on commit 40bf7e0

Please sign in to comment.