]> err.no Git - linux-2.6/blobdiff - sound/oss/sb_card.c
[PATCH] libata: convert several bmdma-style controllers to new EH, take #3
[linux-2.6] / sound / oss / sb_card.c
index d38e88abc8fac32510159d8d885e6cb78ad2d3fa..4708cbdc31497edded137e77ed4fc1b181856861 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);