aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-input.c')
-rw-r--r--drivers/media/video/cx88/cx88-input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c
index d7980c51478d..d81b21d6e05d 100644
--- a/drivers/media/video/cx88/cx88-input.c
+++ b/drivers/media/video/cx88/cx88-input.c
@@ -445,6 +445,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci)
445 ir->input.id.vendor = pci->vendor; 445 ir->input.id.vendor = pci->vendor;
446 ir->input.id.product = pci->device; 446 ir->input.id.product = pci->device;
447 } 447 }
448 ir->input.dev = &pci->dev;
448 449
449 /* record handles to ourself */ 450 /* record handles to ourself */
450 ir->core = core; 451 ir->core = core;