diff options
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index 327c0a87c081..1eea044969a1 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -1920,6 +1920,9 @@ static void __devexit cx8800_finidev(struct pci_dev *pci_dev) | |||
1920 | core->kthread = NULL; | 1920 | core->kthread = NULL; |
1921 | } | 1921 | } |
1922 | 1922 | ||
1923 | if (core->ir) | ||
1924 | cx88_ir_stop(core, core->ir); | ||
1925 | |||
1923 | cx88_shutdown(core); /* FIXME */ | 1926 | cx88_shutdown(core); /* FIXME */ |
1924 | pci_disable_device(pci_dev); | 1927 | pci_disable_device(pci_dev); |
1925 | 1928 | ||