18 Oct, 2008

4 commits


12 Oct, 2008

1 commit


04 Sep, 2008

1 commit


26 Jul, 2008

6 commits


20 Jul, 2008

1 commit


05 Jun, 2008

1 commit


25 Apr, 2008

5 commits


02 Apr, 2008

1 commit


26 Jan, 2008

7 commits


22 Oct, 2007

1 commit

  • Both cx23885_initdev and cx23885_dev_setup free the device in their
    error path so a failure in the latter causes a double-free. Since
    cx23885_dev_setup is only called from cx23885_initdev, it should be safe
    to remove its deallocation and leave the cleanup up to the allocating
    function.

    Coverity CID 1922.

    Signed-off-by: Florin Malita
    CC: Steven Toth
    Signed-off-by: Mauro Carvalho Chehab

    Florin Malita
     

11 Oct, 2007

1 commit

  • The rest of V4L files.

    There is one list_for_each+list_entry in cpia_pp.c that
    wasn't changed because it expects the loop iterator to remain NULL if
    the list is empty.

    A bug in vivi is fixed; the 'safe' version needs to be used because the loop
    deletes the list entries.

    Simplify a second loop in vivi and get rid if an un-used variable in that loop.

    Signed-off-by: Trent Piepho
    Signed-off-by: Mauro Carvalho Chehab

    Trent Piepho
     

10 Oct, 2007

11 commits