diff options
Diffstat (limited to 'sound/sh/aica.c')
-rw-r--r-- | sound/sh/aica.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/sh/aica.c b/sound/sh/aica.c index e59a73a9bc42..78a369785a9e 100644 --- a/sound/sh/aica.c +++ b/sound/sh/aica.c | |||
@@ -598,7 +598,6 @@ static int snd_aica_remove(struct platform_device *devptr) | |||
598 | return -ENODEV; | 598 | return -ENODEV; |
599 | snd_card_free(dreamcastcard->card); | 599 | snd_card_free(dreamcastcard->card); |
600 | kfree(dreamcastcard); | 600 | kfree(dreamcastcard); |
601 | platform_set_drvdata(devptr, NULL); | ||
602 | return 0; | 601 | return 0; |
603 | } | 602 | } |
604 | 603 | ||