Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6

* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:
[media] v4l: soc-camera: fix multiple simultaneous user case

+2 -2
+2 -2
drivers/media/video/soc_camera.c
··· 405 405 ret = soc_camera_set_fmt(icd, &f); 406 406 if (ret < 0) 407 407 goto esfmt; 408 + 409 + ici->ops->init_videobuf(&icd->vb_vidq, icd); 408 410 } 409 411 410 412 file->private_data = icd; 411 413 dev_dbg(&icd->dev, "camera device open\n"); 412 - 413 - ici->ops->init_videobuf(&icd->vb_vidq, icd); 414 414 415 415 mutex_unlock(&icd->video_lock); 416 416