|
@@ -752,7 +752,7 @@ static int video_open(struct file *file)
|
|
{
|
|
{
|
|
struct video_device *vdev = video_devdata(file);
|
|
struct video_device *vdev = video_devdata(file);
|
|
struct cx8800_dev *dev = video_drvdata(file);
|
|
struct cx8800_dev *dev = video_drvdata(file);
|
|
- struct cx88_core *core;
|
|
|
|
|
|
+ struct cx88_core *core = dev->core;
|
|
struct cx8800_fh *fh;
|
|
struct cx8800_fh *fh;
|
|
enum v4l2_buf_type type = 0;
|
|
enum v4l2_buf_type type = 0;
|
|
int radio = 0;
|
|
int radio = 0;
|
|
@@ -786,7 +786,6 @@ static int video_open(struct file *file)
|
|
fh->fmt = format_by_fourcc(V4L2_PIX_FMT_BGR24);
|
|
fh->fmt = format_by_fourcc(V4L2_PIX_FMT_BGR24);
|
|
|
|
|
|
mutex_lock(&core->lock);
|
|
mutex_lock(&core->lock);
|
|
- core = dev->core;
|
|
|
|
|
|
|
|
videobuf_queue_sg_init(&fh->vidq, &cx8800_video_qops,
|
|
videobuf_queue_sg_init(&fh->vidq, &cx8800_video_qops,
|
|
&dev->pci->dev, &dev->slock,
|
|
&dev->pci->dev, &dev->slock,
|