diff options
author | Ovidiu Panait <ovidiu.panait.oss@gmail.com> | 2025-04-25 15:45:17 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-28 19:45:26 +0800 |
commit | b9580cf5f9ace0d64903164f553cbef674cefb46 (patch) | |
tree | 440129a27e8fbcc07f5396d62628114cf532b59e /lib/parser.c | |
parent | 031bc3e8b9e230df0c5380eb4a8767558c4c1a25 (diff) |
crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()
Replace pm_runtime_get_sync() usage with pm_runtime_resume_and_get() to
simplify error handling.
This is recommended in the documentation of pm_runtime_get_sync():
/**
* pm_runtime_get_sync - Bump up usage counter of a device and resume it.
...
* Consider using pm_runtime_resume_and_get() instead of it, especially
* if its return value is checked by the caller, as this is likely to result
* in cleaner code.
...
*/
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Tested-by: Corentin LABBE <clabbe.montjoie@gmail.com>
Acked-by: Corentin LABBE <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions