Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b9a9b32 authored by Tim Niemeyer's avatar Tim Niemeyer Committed by Takashi Iwai
Browse files

[ALSA] soc - neo1973_wm8753 - Fix module unload

parent 815c1be3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}