lkml.org 
[lkml]   [2021]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 56/78] media: coda: use pm_runtime_resume_and_get()
    Date
    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>
    ---
    drivers/media/platform/coda/coda-common.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c
    index bd666c858fa1..fea1c136a42c 100644
    --- a/drivers/media/platform/coda/coda-common.c
    +++ b/drivers/media/platform/coda/coda-common.c
    @@ -2660,7 +2660,7 @@ static int coda_open(struct file *file)
    ctx->use_vdoa = false;

    /* Power up and upload firmware if necessary */
    - ret = pm_runtime_get_sync(dev->dev);
    + ret = pm_runtime_resume_and_get(dev->dev);
    if (ret < 0) {
    v4l2_err(&dev->v4l2_dev, "failed to power up: %d\n", ret);
    goto err_pm_get;
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-04-24 08:56    [W:3.186 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site