Skip to content

Commit

Permalink
[ALSA] soc - neo1973_wm8753 - Fix module unload
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Tim Niemeyer authored and Takashi Iwai committed Apr 24, 2008
1 parent 815c1be commit 6b9a9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/s3c24xx/neo1973_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ static int __init neo1973_init(void)

static void __exit neo1973_exit(void)
{
i2c_del_driver(&lm4857_i2c_driver);
platform_device_unregister(neo1973_snd_device);
}

Expand Down

0 comments on commit 6b9a9b3

Please sign in to comment.