diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 8b32e282bf5d..12ddb53c58dc 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -1483,9 +1483,9 @@ static int budget_av_attach(struct saa7146_dev *dev, struct saa7146_pci_extensio | |||
1483 | ERR("cannot init vv subsystem\n"); | 1483 | ERR("cannot init vv subsystem\n"); |
1484 | return err; | 1484 | return err; |
1485 | } | 1485 | } |
1486 | vv_data.ops.vidioc_enum_input = vidioc_enum_input; | 1486 | vv_data.vid_ops.vidioc_enum_input = vidioc_enum_input; |
1487 | vv_data.ops.vidioc_g_input = vidioc_g_input; | 1487 | vv_data.vid_ops.vidioc_g_input = vidioc_g_input; |
1488 | vv_data.ops.vidioc_s_input = vidioc_s_input; | 1488 | vv_data.vid_ops.vidioc_s_input = vidioc_s_input; |
1489 | 1489 | ||
1490 | if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_GRABBER))) { | 1490 | if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_GRABBER))) { |
1491 | /* fixme: proper cleanup here */ | 1491 | /* fixme: proper cleanup here */ |