Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117640
b: refs/heads/master
c: 6c2f91e
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Alexey Dobriyan committed Oct 23, 2008
1 parent 3d6dbbd commit f965b73
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: 1e0edd3f67d5b5c04ef6c0908aac8bd70dffc6f6
refs/heads/master: 6c2f91e077f1b60e7f83b7ee044f965f469cfdb3
3 changes: 1 addition & 2 deletions trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,8 @@ static int proc_register(struct proc_dir_entry * dir, struct proc_dir_entry * dp

for (tmp = dir->subdir; tmp; tmp = tmp->next)
if (strcmp(tmp->name, dp->name) == 0) {
printk(KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",
WARN(1, KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",
dir->name, dp->name);
dump_stack();
break;
}

Expand Down

0 comments on commit f965b73

Please sign in to comment.