summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c
diff options
context:
space:
mode:
authorMika Westerberg2015-12-09 15:05:59 +0100
committerThierry Reding2015-12-16 16:31:27 +0100
commitc7b91b33cf446ec09eedf4594cff8d7b85ef6870 (patch)
treedaffc01445932acf103e1cd1cec00df45de82b41 /lib/syscall.c
parentLinux 4.4-rc1 (diff)
downloadkernel-qcow2-linux-c7b91b33cf446ec09eedf4594cff8d7b85ef6870.tar.gz
kernel-qcow2-linux-c7b91b33cf446ec09eedf4594cff8d7b85ef6870.tar.xz
kernel-qcow2-linux-c7b91b33cf446ec09eedf4594cff8d7b85ef6870.zip
pwm: lpss: Remove ->free() callback
The LPSS PWM driver calls pwm_lpss_disable() when the PWM device is released (for example unexported from sysfs). This in turn calls pm_runtime_put() which makes runtime PM count to be unbalanced if the device has not been enabled at this point. This is easy to reproduce: # cd /sys/class/pwm/pwmchip0 # echo 0 > export # echo 0 > unexport The count is unbalanced and prevents the PWM device from being powered on next time. Fix this by removing ->free() callback. There are no resources to be released anyway. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'lib/syscall.c')
0 files changed, 0 insertions, 0 deletions