Loading drivers/input/misc/cm36283.c +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
drivers/input/misc/cm36283.c +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading