Re: [PATCH v2] hwrng: exynos: Use pm_runtime_resume_and_get() to replace open coding
From: Krzysztof Kozlowski <hidden>
Date: 2021-05-25 11:24:04
Also in:
linux-arm-kernel, linux-samsung-soc
From: Krzysztof Kozlowski <hidden>
Date: 2021-05-25 11:24:04
Also in:
linux-arm-kernel, linux-samsung-soc
On 24/05/2021 07:53, Tian Tao 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(-)
Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof