Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325224
b: refs/heads/master
c: f325129
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Sep 12, 2012
1 parent 442dcce commit a2d539d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 47ad3428a1086af425447f763705e06b16ae905d
refs/heads/master: f325129ae9006298cfbeffb669b30f57ba0cc3c4
3 changes: 1 addition & 2 deletions trunk/drivers/staging/silicom/bp_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -7724,8 +7724,7 @@ bypass_proc_create_entry_sd(struct pfs_unit_sd *pfs_unit_curr,
pfs_unit_curr->proc_entry = create_proc_entry(pfs_unit_curr->proc_name,
S_IFREG | S_IRUSR |
S_IWUSR | S_IRGRP |
S_IWGRP | S_IROTH |
S_IWOTH, parent_pfs);
S_IROTH, parent_pfs);
if (pfs_unit_curr->proc_entry == 0) {

return -1;
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/silicom/bp_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ bypass_proc_create_entry_sd(struct pfs_unit *pfs_unit_curr,
pfs_unit_curr->proc_entry = create_proc_entry(pfs_unit_curr->proc_name,
S_IFREG | S_IRUSR |
S_IWUSR | S_IRGRP |
S_IWGRP | S_IROTH |
S_IWOTH, parent_pfs);
S_IROTH, parent_pfs);
if (pfs_unit_curr->proc_entry == 0) {

return -1;
Expand Down

0 comments on commit a2d539d

Please sign in to comment.