1
0

ALSA: Remove the rest of *_set_drvdata(NULL) calls

A few calls are still left in parport drivers after this commit, which
I'm not quite sure yet.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2013-05-29 12:50:59 +02:00
parent 8b5a1f9c46
commit f35e839a3c
5 changed files with 0 additions and 9 deletions

View File

@@ -1070,7 +1070,6 @@ out:
ssc_free(chip->ssc);
snd_card_free(card);
dev_set_drvdata(&spi->dev, NULL);
return 0;
}