]> Git Repo - linux.git/commit
memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable...
authorLad Prabhakar <[email protected]>
Thu, 26 Nov 2020 19:11:43 +0000 (19:11 +0000)
committerKrzysztof Kozlowski <[email protected]>
Sat, 28 Nov 2020 11:33:19 +0000 (12:33 +0100)
commit61a6d854b9555b420fbfae62ef26baa8b9493b32
tree6278f1b1903148c3d9a8f56c68bf39644b89fcca
parenta0453f4ed066cae651b3119ed11f52d31dae1eca
memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable}_rpm

rpcif_enable_rpm calls pm_runtime_enable, so rpcif_disable_rpm needs to
call pm_runtime_disable and not pm_runtime_put_sync.

Fixes: ca7d8b980b67f ("memory: add Renesas RPC-IF driver")
Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Sergei Shtylyov <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
drivers/memory/renesas-rpc-if.c
This page took 0.05149 seconds and 4 git commands to generate.