[PATCH v3] hwrng: exynos - Fix runtime PM imbalance on error
Herbert Xu
herbert at gondor.apana.org.au
Fri May 14 04:35:39 PDT 2021
On Wed, May 05, 2021 at 08:29:14PM +0200, Łukasz Stelmach wrote:
> pm_runtime_resume_and_get() wraps around pm_runtime_get_sync() and
> decrements the runtime PM usage counter in case the latter function
> fails and keeps the counter balanced.
>
> Signed-off-by: Łukasz Stelmach <l.stelmach at samsung.com>
> ---
> Changes in v3:
> - use pm_runtime_resume_and_get()
>
> Changes in v2:
> - removed Change-Id from the commit message
>
> drivers/char/hw_random/exynos-trng.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the linux-arm-kernel
mailing list