diff options
| author | 2025-07-04 10:54:02 +0300 | |
|---|---|---|
| committer | 2025-07-18 20:51:59 +1000 | |
| commit | 62842d290ee71feb89b2ed4fe810c55f06031ae4 (patch) | |
| tree | 517b120e23895ad4d56af48544f59ecbd43cc346 /drivers/crypto/stm32/stm32-hash.c | |
| parent | hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls (diff) | |
| download | wireguard-linux-62842d290ee71feb89b2ed4fe810c55f06031ae4.tar.xz wireguard-linux-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 <sakari.ailus@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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); } |
