21 Oct, 2010

1 commit


03 Aug, 2010

1 commit


18 May, 2010

1 commit


06 Dec, 2009

2 commits

  • For whatever reason, the device structure pointer to
    videobuf_queue_vmalloc_init is typed "void *", even though it's passed
    right through to videobuf_queue_core_init(), which expects a struct
    device pointer. The other videobuf implementations use struct device *;
    I think vmalloc should too.

    Signed-off-by: Jonathan Corbet
    Signed-off-by: Mauro Carvalho Chehab

    Jonathan Corbet
     
  • The videobuf_queue_ops function vector is not declared constant, but
    there's no need for the videobuf layer to ever change it. Make it const
    so that videobuf users can make their operations const without warnings.

    Signed-off-by: Jonathan Corbet
    Signed-off-by: Andrew Morton
    Signed-off-by: Mauro Carvalho Chehab

    Jonathan Corbet
     

20 Jul, 2008

1 commit


25 Apr, 2008

1 commit


18 Feb, 2008

1 commit


10 Oct, 2007

2 commits