amend DEVICE_ATTR of rk30_factory_adc_battery for cts

This commit is contained in:
ywj 2012-08-17 11:32:40 +08:00
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,