amend DEVICE_ATTR of rk30_factory_adc_battery for cts

This commit is contained in:
ywj
2012-08-17 11:32:40 +08:00
parent bfeaf0792a
commit 3161f4afe4

View File

@@ -249,7 +249,7 @@ static ssize_t bat_param_read(struct device *dev,struct device_attribute *attr,
#endif
return 0;
}
DEVICE_ATTR(batparam, 0777, bat_param_read,NULL);
DEVICE_ATTR(batparam, 0664, bat_param_read,NULL);
static ssize_t rkbatt_show_debug_attrs(struct device *dev,