summaryrefslogtreecommitdiffstats
path: root/sound/spi
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-05-29 12:50:59 +0200
committerTakashi Iwai <tiwai@suse.de>2013-05-29 12:50:59 +0200
commitf35e839a3ce730063174caaab8bf63432be553cf (patch)
treee7d070c6a87501af885452cf8dcf269e7f4c63eb /sound/spi
parent8b5a1f9c46c2b78716794b8762edf659ec25a87d (diff)
downloadop-kernel-dev-f35e839a3ce730063174caaab8bf63432be553cf.zip
op-kernel-dev-f35e839a3ce730063174caaab8bf63432be553cf.tar.gz
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/spi')
-rw-r--r--sound/spi/at73c213.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c
index a1a24b9..8e3d9a6 100644
--- a/sound/spi/at73c213.c
+++ b/sound/spi/at73c213.c
@@ -1070,7 +1070,6 @@ out:
ssc_free(chip->ssc);
snd_card_free(card);
- dev_set_drvdata(&spi->dev, NULL);
return 0;
}
OpenPOWER on IntegriCloud