aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sc6000.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-05-29 06:49:32 -0400
committerTakashi Iwai <tiwai@suse.de>2013-05-29 06:50:28 -0400
commit8b5a1f9c46c2b78716794b8762edf659ec25a87d (patch)
tree33c21c8d78f7ab36321fbe877f76c802de0a4aea /sound/isa/sc6000.c
parentd2c69807156b8c162ce3f1e37b220d03d57af063 (diff)
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/sc6000.c')
-rw-r--r--sound/isa/sc6000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/isa/sc6000.c b/sound/isa/sc6000.c
index 5376ebff845e..09d481b3ba7f 100644
--- a/sound/isa/sc6000.c
+++ b/sound/isa/sc6000.c
@@ -698,7 +698,6 @@ static int snd_sc6000_remove(struct device *devptr, unsigned int dev)
698 release_region(port[dev], 0x10); 698 release_region(port[dev], 0x10);
699 release_region(mss_port[dev], 4); 699 release_region(mss_port[dev], 4);
700 700
701 dev_set_drvdata(devptr, NULL);
702 snd_card_free(card); 701 snd_card_free(card);
703 return 0; 702 return 0;
704} 703}