diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index d582395805df..8d54e7a90dc7 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -693,7 +693,7 @@ static int blackbird_queryctrl(struct cx8802_dev *dev, struct v4l2_queryctrl *qc | |||
693 | return -EINVAL; | 693 | return -EINVAL; |
694 | 694 | ||
695 | /* Standard V4L2 controls */ | 695 | /* Standard V4L2 controls */ |
696 | if (cx8800_ctrl_query(qctrl) == 0) | 696 | if (cx8800_ctrl_query(dev->core, qctrl) == 0) |
697 | return 0; | 697 | return 0; |
698 | 698 | ||
699 | /* MPEG V4L2 controls */ | 699 | /* MPEG V4L2 controls */ |
@@ -933,7 +933,7 @@ static int vidioc_queryctrl (struct file *file, void *priv, | |||
933 | qctrl->id = v4l2_ctrl_next(ctrl_classes, qctrl->id); | 933 | qctrl->id = v4l2_ctrl_next(ctrl_classes, qctrl->id); |
934 | if (unlikely(qctrl->id == 0)) | 934 | if (unlikely(qctrl->id == 0)) |
935 | return -EINVAL; | 935 | return -EINVAL; |
936 | return cx8800_ctrl_query(qctrl); | 936 | return cx8800_ctrl_query(dev->core, qctrl); |
937 | } | 937 | } |
938 | 938 | ||
939 | static int vidioc_enum_input (struct file *file, void *priv, | 939 | static int vidioc_enum_input (struct file *file, void *priv, |