Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165713
b: refs/heads/master
c: f8679af
h: refs/heads/master
i:
  165711: e62e90e
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 24, 2009
1 parent c8096eb commit 1e3cb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 858f09930b32c11b40fd0c5c467982ba09b10894
refs/heads/master: f8679af874b604db78d59d2a0a873a7f3d542842
3 changes: 1 addition & 2 deletions trunk/drivers/misc/sgi-gru/gruprocfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,9 @@ static struct proc_dir_entry *proc_gru __read_mostly;

static int create_proc_file(struct proc_entry *p)
{
p->entry = create_proc_entry(p->name, p->mode, proc_gru);
p->entry = proc_create(p->name, p->mode, proc_gru, p->fops);
if (!p->entry)
return -1;
p->entry->proc_fops = p->fops;
return 0;
}

Expand Down

0 comments on commit 1e3cb49

Please sign in to comment.