]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/media/video/cx88/cx88-alsa.c
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
[net-next-2.6.git] / drivers / media / video / cx88 / cx88-alsa.c
index 9209d5b87e04159c3293350d824e42da6af558d1..4f383cdf5296f3bd920a257a4e80a50519992319 100644 (file)
@@ -739,7 +739,7 @@ static int __devinit snd_cx88_create(struct snd_card *card,
 
        pci_set_master(pci);
 
-       chip = (snd_cx88_card_t *) card->private_data;
+       chip = card->private_data;
 
        core = cx88_core_get(pci);
        if (NULL == core) {