vserver 1.9.5.x5
[linux-2.6.git] / sound / synth / emux / emux_seq.c
index 4b91722..e41b28d 100644 (file)
@@ -197,8 +197,7 @@ free_port(void *private_data)
 #ifdef SNDRV_EMUX_USE_RAW_EFFECT
                snd_emux_delete_effect(p);
 #endif
-               if (p->chset.channels)
-                       kfree(p->chset.channels);
+               kfree(p->chset.channels);
                kfree(p);
        }
 }