amend DEVICE_ATTR of rk30_factory_adc_battery for cts
This commit is contained in:
parent
bfeaf0792a
commit
3161f4afe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue