Home
last modified time | relevance | path

Searched hist:"65 cdc691" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dsysfs.c65cdc691 Mon Oct 26 16:32:37 CDT 2015 Olliver Schinagl <oliver@schinagl.nl> pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's

For the npwm property the PWM sysfs interface already made use of the
DEVICE_ATTR_RO macro. This patch expands this to the other sysfs
properties so that the code base is concise and makes use of this
helpful macro.

This has the advantage of slightly reducing the code size, improving
readability and no longer using magic values for permissions.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
65cdc691 Mon Oct 26 16:32:37 CDT 2015 Olliver Schinagl <oliver@schinagl.nl> pwm: sysfs: Make use of the DEVICE_ATTR_[RW][WO] macro's

For the npwm property the PWM sysfs interface already made use of the
DEVICE_ATTR_RO macro. This patch expands this to the other sysfs
properties so that the code base is concise and makes use of this
helpful macro.

This has the advantage of slightly reducing the code size, improving
readability and no longer using magic values for permissions.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>