diff options
-rw-r--r-- | sound/core/seq/seq_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_timer.c b/sound/core/seq/seq_timer.c index 37d9cfbc29f9..b80985fbc334 100644 --- a/sound/core/seq/seq_timer.c +++ b/sound/core/seq/seq_timer.c | |||
@@ -355,7 +355,7 @@ static int initialize_timer(struct snd_seq_timer *tmr) | |||
355 | unsigned long freq; | 355 | unsigned long freq; |
356 | 356 | ||
357 | t = tmr->timeri->timer; | 357 | t = tmr->timeri->timer; |
358 | if (snd_BUG_ON(!t)) | 358 | if (!t) |
359 | return -EINVAL; | 359 | return -EINVAL; |
360 | 360 | ||
361 | freq = tmr->preferred_resolution; | 361 | freq = tmr->preferred_resolution; |