hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycle
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 26 Feb 2015 13:59:35 +0000 (14:59 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 9 Mar 2015 16:59:36 +0000 (09:59 -0700)
commitcb85ca332f4d72ca68464c55f63af0387f6bbdb1
tree1deaaab9338faebcaf9f920cd8021724ac202485
parent73ef85f42da2df8b567fea109c67ed53db937bcc
hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycle

It was necessary to decouple code handling writing to sysfs from the one
responsible for setting PWM of the fan.
Due to that, new __set_pwm() method was extracted, which is responsible for
only setting new PWM duty cycle.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pwm-fan.c