ALSA: seq: Remove spurious WARN_ON() at timer check
[pandora-kernel.git] / sound / core / seq / seq_timer.c
index 6ec30a9..755cf45 100644 (file)
@@ -357,7 +357,7 @@ static int initialize_timer(struct snd_seq_timer *tmr)
        unsigned long freq;
 
        t = tmr->timeri->timer;
-       if (snd_BUG_ON(!t))
+       if (!t)
                return -EINVAL;
 
        freq = tmr->preferred_resolution;