diff --git a/[refs] b/[refs] index bab55807bdea..b60688ab3a3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 47ad3428a1086af425447f763705e06b16ae905d +refs/heads/master: f325129ae9006298cfbeffb669b30f57ba0cc3c4 diff --git a/trunk/drivers/staging/silicom/bp_mod.c b/trunk/drivers/staging/silicom/bp_mod.c index 0d961960fc60..6e999c7ea758 100644 --- a/trunk/drivers/staging/silicom/bp_mod.c +++ b/trunk/drivers/staging/silicom/bp_mod.c @@ -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; diff --git a/trunk/drivers/staging/silicom/bp_proc.c b/trunk/drivers/staging/silicom/bp_proc.c index 4fe862da759a..6ad4b27472e4 100644 --- a/trunk/drivers/staging/silicom/bp_proc.c +++ b/trunk/drivers/staging/silicom/bp_proc.c @@ -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;