|
@@ -1280,7 +1280,7 @@ static ssize_t set_bool_threeg(struct device *dev,
|
|
|
return -EINVAL;
|
|
|
return count;
|
|
|
}
|
|
|
-static DEVICE_ATTR(threeg, S_IWUGO | S_IRUGO | S_IWUSR, show_bool_threeg,
|
|
|
+static DEVICE_ATTR(threeg, S_IRUGO | S_IWUSR, show_bool_threeg,
|
|
|
set_bool_threeg);
|
|
|
|
|
|
static ssize_t show_interface(struct device *dev, struct device_attribute *attr,
|