diff options
author | Daniel Thompson <daniel.thompson@linaro.org> | 2015-10-16 19:01:51 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-10-20 17:10:46 +0300 |
commit | f02b7d0c7b433b9a8175ac9027391272877a43ce (patch) | |
tree | 314e976867de305f7069a1f00a0dcd4957167ba7 /lib/mpi | |
parent | 839a42af9441982311f33241529f711f23c857c8 (diff) | |
download | linux-f02b7d0c7b433b9a8175ac9027391272877a43ce.tar.xz |
hwrng: exynos - Fix unbalanced PM runtime get/puts
Currently this driver calls pm_runtime_get_sync() rampantly
but never puts anything back. This makes it impossible for the
device to autosuspend properly; it will remain fully active
after the first use.
Fix in the obvious way.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions