aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/drivers/ml403-ac97cr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/drivers/ml403-ac97cr.c b/sound/drivers/ml403-ac97cr.c
index 8125a7e95ee4..95ea4a153ea4 100644
--- a/sound/drivers/ml403-ac97cr.c
+++ b/sound/drivers/ml403-ac97cr.c
@@ -1325,7 +1325,6 @@ static int snd_ml403_ac97cr_probe(struct platform_device *pfdev)
1325static int snd_ml403_ac97cr_remove(struct platform_device *pfdev) 1325static int snd_ml403_ac97cr_remove(struct platform_device *pfdev)
1326{ 1326{
1327 snd_card_free(platform_get_drvdata(pfdev)); 1327 snd_card_free(platform_get_drvdata(pfdev));
1328 platform_set_drvdata(pfdev, NULL);
1329 return 0; 1328 return 0;
1330} 1329}
1331 1330