Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eda712d5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sensors: fix the boot time warning of the cm36283 sensor sysfs"

parents 44b27a7b 48525127
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,7 @@ static int remove_sysfs_interfaces(struct device *dev,
}

static struct device_attribute light_attr[] = {
	__ATTR(ls_adc, 0664, ls_adc_show, NULL),
	__ATTR(ls_adc, 0444, ls_adc_show, NULL),
	__ATTR(ls_kadc, 0664, ls_kadc_show, ls_kadc_store),
	__ATTR(ls_gadc, 0664, ls_gadc_show, ls_gadc_store),
	__ATTR(ls_conf, 0664, ls_conf_show, ls_conf_store),