diff options
Diffstat (limited to 'drivers/media/pci/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/pci/cx88/cx88-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c index f6fcc7e763ab..a146d50d7795 100644 --- a/drivers/media/pci/cx88/cx88-video.c +++ b/drivers/media/pci/cx88/cx88-video.c | |||
@@ -1795,7 +1795,7 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev, | |||
1795 | if (vc->id == V4L2_CID_CHROMA_AGC) | 1795 | if (vc->id == V4L2_CID_CHROMA_AGC) |
1796 | core->chroma_agc = vc; | 1796 | core->chroma_agc = vc; |
1797 | } | 1797 | } |
1798 | v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl); | 1798 | v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL); |
1799 | 1799 | ||
1800 | /* load and configure helper modules */ | 1800 | /* load and configure helper modules */ |
1801 | 1801 | ||