]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/pcmcia/pdaudiocf/pdaudiocf.c
pcmcia: remove deprecated handle_to_dev() macro
[mv-sheeva.git] / sound / pcmcia / pdaudiocf / pdaudiocf.c
index 64b859925c0b16bd5ac458f25419fbcd8b4c3308..447aaaee3be67d4476769a07396ada6e4b66efee 100644 (file)
@@ -131,7 +131,7 @@ static int snd_pdacf_probe(struct pcmcia_device *link)
                return err;
        }
 
-       snd_card_set_dev(card, &handle_to_dev(link));
+       snd_card_set_dev(card, &link->dev);
 
        pdacf->index = i;
        card_list[i] = card;