mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
amend DEVICE_ATTR of rk30_factory_adc_battery for cts
This commit is contained in:
parent
bfeaf0792a
commit
3161f4afe4
|
|
@ -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…
Reference in New Issue
Block a user