commit | 529e78dea6a05750a9ff7bb44bb360546d4a322d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Apr 23 17:19:16 2021 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed May 19 09:51:41 2021 +0200 |
tree | e9f133be3c1b29604a988768bca8a10b607e0fdb | |
parent | 45bbff806cab3bb5b5026386b896d1c6f027556c [diff] |
media: i2c: ov8856: use pm_runtime_resume_and_get() Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter") added pm_runtime_resume_and_get() in order to automatically handle dev->power.usage_count decrement on errors. Use the new API, in order to cleanup the error check logic. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>