lkml.org 
[lkml]   [2020]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/7] venus: core: Add missing mutex destroy
    Hi Stanimir,

    On Thu, Apr 09, 2020 at 12:33:24AM +0300, Stanimir Varbanov wrote:
    > This adds missing mutex_destroy in remove method of venus core driver.
    >
    > Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    > ---
    > drivers/media/platform/qcom/venus/core.c | 1 +
    > 1 file changed, 1 insertion(+)
    >
    > diff --git a/drivers/media/platform/qcom/venus/core.c b/drivers/media/platform/qcom/venus/core.c
    > index 4395cb96fb04..f8b9a732bc65 100644
    > --- a/drivers/media/platform/qcom/venus/core.c
    > +++ b/drivers/media/platform/qcom/venus/core.c
    > @@ -335,6 +335,7 @@ static int venus_remove(struct platform_device *pdev)
    >
    > v4l2_device_unregister(&core->v4l2_dev);
    > mutex_destroy(&core->pm_lock);
    > + mutex_destroy(&core->lock);
    >
    > return ret;
    > }

    On which tree is this series based? From the context it seems that the
    tree includes the patch "venus: vdec: Use pmruntime autosuspend"
    (https://lore.kernel.org/patchwork/patch/1187829/), however I can not
    find this patch in any of the branches of your git tree
    (https://git.linuxtv.org/svarbanov/media_tree.git/)

    Am I looking in the wrong place?

    \
     
     \ /
      Last update: 2020-04-09 23:49    [W:2.736 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site