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:
@@ -1076,8 +1076,6 @@ static int aaci_remove(struct amba_device *dev)
|
||||
{
|
||||
struct snd_card *card = amba_get_drvdata(dev);
|
||||
|
||||
amba_set_drvdata(dev, NULL);
|
||||
|
||||
if (card) {
|
||||
struct aaci *aaci = card->private_data;
|
||||
writel(0, aaci->base + AACI_MAINCR);
|
||||
|
Reference in New Issue
Block a user