]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/bus/ti-sysc.c
bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding remove
authorTony Lindgren <tony@atomide.com>
Fri, 13 Oct 2017 17:48:40 +0000 (10:48 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 13 Oct 2017 17:48:40 +0000 (10:48 -0700)
commit684be5a48f4950cb8823b4c4b935515a75615498
tree4b9196299377f97eda3e9b28ec53e33efdad73e8
parenta4a5d493ebbc680121b584afcaa2c955b6281d0c
bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding remove

Looks like we're missing remove() that's needed if a driver instance
rebound. Otherwise we will get "Unbalanced pm_runtime_enable!".

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c