diff options
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | 2020-06-22 10:40:08 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-07-03 14:18:33 +1000 |
commit | 5c3a8a661e1bd9d7063485ac2d2ccb512c447129 (patch) | |
tree | bd843be69c58ea95babff992fb35866a3ee936a0 /drivers/zorro | |
parent | f94907085d5f73e87578130deeef4c744ca60ab1 (diff) |
crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init
pm_runtime_get_sync() increments the runtime PM usage counter even
the call returns an error code. Thus a corresponding decrement is
needed on the error handling path to keep the counter balanced.
Fix this by adding the missed function call.
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/zorro')
0 files changed, 0 insertions, 0 deletions