kconfig: fix default value for choice input
[pandora-kernel.git] / sound / oss / sb_card.c
index d38e88a..4708cbd 100644 (file)
@@ -348,10 +348,8 @@ static void __exit sb_exit(void)
 
        sb_unregister_all();
 
-       if (smw_free) {
-               vfree(smw_free);
-               smw_free = NULL;
-       }
+       vfree(smw_free);
+       smw_free = NULL;
 }
 
 module_init(sb_init);