diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-05-29 12:50:59 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-05-29 12:50:59 +0200 |
commit | f35e839a3ce730063174caaab8bf63432be553cf (patch) | |
tree | e7d070c6a87501af885452cf8dcf269e7f4c63eb /sound/sparc | |
parent | 8b5a1f9c46c2b78716794b8762edf659ec25a87d (diff) | |
download | linux-f35e839a3ce730063174caaab8bf63432be553cf.tar.gz linux-f35e839a3ce730063174caaab8bf63432be553cf.tar.bz2 linux-f35e839a3ce730063174caaab8bf63432be553cf.zip |
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>
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/dbri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 75e6016d3efe..eee7afcae375 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c @@ -2670,8 +2670,6 @@ static int dbri_remove(struct platform_device *op) snd_dbri_free(card->private_data); snd_card_free(card); - dev_set_drvdata(&op->dev, NULL); - return 0; } |