aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/es1688
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-05-29 12:49:32 +0200
committerTakashi Iwai <tiwai@suse.de>2013-05-29 12:50:28 +0200
commit8b5a1f9c46c2b78716794b8762edf659ec25a87d (patch)
tree33c21c8d78f7ab36321fbe877f76c802de0a4aea /sound/isa/es1688
parentsound: OSS: Remove superfluous pci_set_dvdata(pci, NULL) (diff)
downloadlinux-dev-8b5a1f9c46c2b78716794b8762edf659ec25a87d.tar.xz
linux-dev-8b5a1f9c46c2b78716794b8762edf659ec25a87d.zip
ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls
Similarly like the previous commit for PCI drivers, remove dev_set_drvdata(NULL) and pnp_set_drvdata(NULL) calls in ISA drivers now. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/es1688')
-rw-r--r--sound/isa/es1688/es1688.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/isa/es1688/es1688.c b/sound/isa/es1688/es1688.c
index 102874a703d4..cdcfb57f1f0a 100644
--- a/sound/isa/es1688/es1688.c
+++ b/sound/isa/es1688/es1688.c
@@ -213,7 +213,6 @@ out:
static int snd_es1688_isa_remove(struct device *dev, unsigned int n)
{
snd_card_free(dev_get_drvdata(dev));
- dev_set_drvdata(dev, NULL);
return 0;
}