From 233da1065d3e99cc8fd54dbaf479a205ec1c940c Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 22 Aug 2007 14:01:34 -0700 Subject: [PATCH] --- yaml --- r: 64244 b: refs/heads/master c: a01086687c5f795a9c2b85d757e3af3cb7bb4f2d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/zorro/zorro-sysfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bb25590ddace..9889c37ea3da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90638f9975e34aef82e97146012ad9d16ac9e4c2 +refs/heads/master: a01086687c5f795a9c2b85d757e3af3cb7bb4f2d diff --git a/trunk/drivers/zorro/zorro-sysfs.c b/trunk/drivers/zorro/zorro-sysfs.c index 9130f1c12c26..808b4f8675c5 100644 --- a/trunk/drivers/zorro/zorro-sysfs.c +++ b/trunk/drivers/zorro/zorro-sysfs.c @@ -78,7 +78,7 @@ static ssize_t zorro_read_config(struct kobject *kobj, static struct bin_attribute zorro_config_attr = { .attr = { .name = "config", - .mode = S_IRUGO | S_IWUSR, + .mode = S_IRUGO, }, .size = sizeof(struct ConfigDev), .read = zorro_read_config,