X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=blobdiff_plain;f=sound%2Fsoc%2Fsoc-utils.c;h=e0c93496c0cda699cef17f07386ae479b758fc03;hp=ea024236c6433b9bcfc86449fb41126fbf0a17e6;hb=35ef57a4190d4253b73720cf0402158eda0f1bc8;hpb=0a047f07525fecfa8f6fccc5d30afff7e816de8d;ds=sidebyside diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index ea024236c643..e0c93496c0cd 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c @@ -375,6 +375,6 @@ int __init snd_soc_util_init(void) void __exit snd_soc_util_exit(void) { - platform_device_unregister(soc_dummy_dev); platform_driver_unregister(&soc_dummy_driver); + platform_device_unregister(soc_dummy_dev); }