From a2d539d39b97ed32c4a2d0251a60aeb335aa4679 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 12 Sep 2012 10:57:33 +0300 Subject: [PATCH] --- yaml --- r: 325224 b: refs/heads/master c: f325129ae9006298cfbeffb669b30f57ba0cc3c4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/silicom/bp_mod.c | 3 +-- trunk/drivers/staging/silicom/bp_proc.c | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) 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;