On Thu, Apr 16, 2015 at 02:38:18PM -0400, Vivien Didelot wrote:
> Since commit da4759c, sysfs will only use the permissions returned by
> is_visible, instead of OR'ing them with the default file mode.
>
> This allows us to declare temp1_max with the DEVICE_ATTR_RW macro and
> just return the desir
Hello Sergei,
> > Since commit da4759c, sysfs will only use the permissions returned by
>
> Please also specify that commit's summary line in parens.
Duly noted.
da4759c is "sysfs: Use only return value from is_visible for the file mode"
(see:
https://git.kernel.org/cgit/linux/kernel/git/t
Hello.
On 04/16/2015 09:38 PM, Vivien Didelot wrote:
Since commit da4759c, sysfs will only use the permissions returned by
Please also specify that commit's summary line in parens.
is_visible, instead of OR'ing them with the default file mode.
This allows us to declare temp1_max with
Since commit da4759c, sysfs will only use the permissions returned by
is_visible, instead of OR'ing them with the default file mode.
This allows us to declare temp1_max with the DEVICE_ATTR_RW macro and
just return the desired permissions for the hwmon sysfs attributes in
dsa_hwmon_attrs_visible.