From: Tim Niemeyer Date: Tue, 22 Apr 2008 15:10:23 +0000 (+0200) Subject: [ALSA] soc - neo1973_wm8753 - Fix module unload X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6b9a9b329640b7e8143df7b2782884ea758650f7;p=openwrt%2Fstaging%2Fblogic.git [ALSA] soc - neo1973_wm8753 - Fix module unload Signed-off-by: Tim Niemeyer Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 6ee115ceb011..962cc20b1af5 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -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); }