Re: [PATCH v2] hwrng: exynos: Use pm_runtime_resume_and_get() to replace open coding
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2021-06-03 12:29:45
Also in:
linux-crypto, linux-samsung-soc
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2021-06-03 12:29:45
Also in:
linux-crypto, linux-samsung-soc
Tian Tao [off-list ref] wrote:
use pm_runtime_resume_and_get() to replace pm_runtime_get_sync and pm_runtime_put_noidle. this change is just to simplify the code, no actual functional changes. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> --- v2: drop unnecessary change about if condition. --- drivers/char/hw_random/exynos-trng.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel