diff options
| author | Sakari Ailus <[email protected]> | 2025-07-04 07:54:02 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2025-07-18 10:51:59 +0000 |
| commit | 62842d290ee71feb89b2ed4fe810c55f06031ae4 (patch) | |
| tree | 517b120e23895ad4d56af48544f59ecbd43cc346 /drivers/crypto/stm32/stm32-hash.c | |
| parent | hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls (diff) | |
| download | kernel-62842d290ee71feb89b2ed4fe810c55f06031ae4.tar.gz kernel-62842d290ee71feb89b2ed4fe810c55f06031ae4.zip | |
crypto: drivers - Remove redundant pm_runtime_mark_last_busy() calls
pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
pm_runtime_mark_last_busy().
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'drivers/crypto/stm32/stm32-hash.c')
| -rw-r--r-- | drivers/crypto/stm32/stm32-hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/stm32/stm32-hash.c b/drivers/crypto/stm32/stm32-hash.c index 768b27de4737..a4436728b0db 100644 --- a/drivers/crypto/stm32/stm32-hash.c +++ b/drivers/crypto/stm32/stm32-hash.c @@ -1373,7 +1373,6 @@ static void stm32_hash_unprepare_request(struct ahash_request *req) *preg++ = stm32_hash_read(hdev, HASH_CSR(i)); pm_runtime: - pm_runtime_mark_last_busy(hdev->dev); pm_runtime_put_autosuspend(hdev->dev); } |
