Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25483
b: refs/heads/master
c: a7fbf6b
h: refs/heads/master
i:
  25481: f32418a
  25479: 3e131b6
v: v3
  • Loading branch information
Cornelia Huck authored and Linus Torvalds committed Apr 11, 2006
1 parent 4f9d3c5 commit 2214fec
Show file tree
Hide file tree
Showing 2 changed files with 3 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: da074d0ac8ccae1068dc227ef9893c2510d23bd8
refs/heads/master: a7fbf6bba7f1f0616b0223a8b1cba91fffe607f5
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/blacklist.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ cio_ignore_proc_init (void)
entry = create_proc_entry ("cio_ignore", S_IFREG | S_IRUGO | S_IWUSR,
&proc_root);
if (!entry)
return 0;
return -ENOENT;

entry->proc_fops = &cio_ignore_proc_fops;

return 1;
return 0;
}

__initcall (cio_ignore_proc_init);
Expand Down

0 comments on commit 2214fec

Please sign in to comment.