lkml.org 
[lkml]   [2023]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v14 21/56] media: pci: dt3155: Remove useless check
    Date
    min_buffers_needed is already set to 2 so remove this useless
    check.

    Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
    ---
    drivers/media/pci/dt3155/dt3155.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/media/pci/dt3155/dt3155.c b/drivers/media/pci/dt3155/dt3155.c
    index 548156b199cc..d09cde2f6ee4 100644
    --- a/drivers/media/pci/dt3155/dt3155.c
    +++ b/drivers/media/pci/dt3155/dt3155.c
    @@ -128,8 +128,6 @@ dt3155_queue_setup(struct vb2_queue *vq,
    struct dt3155_priv *pd = vb2_get_drv_priv(vq);
    unsigned size = pd->width * pd->height;

    - if (vq->num_buffers + *nbuffers < 2)
    - *nbuffers = 2 - vq->num_buffers;
    if (*num_planes)
    return sizes[0] < size ? -EINVAL : 0;
    *num_planes = 1;
    --
    2.39.2
    \
     
     \ /
      Last update: 2023-10-31 17:34    [W:6.157 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site