aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c
index 9209d5b87e04..4f383cdf5296 100644
--- a/drivers/media/video/cx88/cx88-alsa.c
+++ b/drivers/media/video/cx88/cx88-alsa.c
@@ -739,7 +739,7 @@ static int __devinit snd_cx88_create(struct snd_card *card,
739 739
740 pci_set_master(pci); 740 pci_set_master(pci);
741 741
742 chip = (snd_cx88_card_t *) card->private_data; 742 chip = card->private_data;
743 743
744 core = cx88_core_get(pci); 744 core = cx88_core_get(pci);
745 if (NULL == core) { 745 if (NULL == core) {