From 8ffd491e6c1e93c3996d1a137a41a79671fd0166 Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Mon, 14 Apr 2008 15:22:11 +0200 Subject: [PATCH] --- yaml --- r: 92204 b: refs/heads/master c: a295e09e89d227506ae6c0a58e1cb6359c0cda1c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/core/misc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c7dd553d1dd0..7342d57e7ec7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb5a66216658a1c879ab05dcdc65ce7005c4780b +refs/heads/master: a295e09e89d227506ae6c0a58e1cb6359c0cda1c diff --git a/trunk/sound/core/misc.c b/trunk/sound/core/misc.c index 102d1c36cf26..38524f615d94 100644 --- a/trunk/sound/core/misc.c +++ b/trunk/sound/core/misc.c @@ -39,7 +39,7 @@ void snd_verbose_printk(const char *file, int line, const char *format, ...) { va_list args; - if (format[0] == '<' && format[1] >= '0' && format[1] <= '9' && format[2] == '>') { + if (format[0] == '<' && format[1] >= '0' && format[1] <= '7' && format[2] == '>') { char tmp[] = "<0>"; tmp[1] = format[1]; printk("%sALSA %s:%d: ", tmp, file, line); @@ -60,7 +60,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...) { va_list args; - if (format[0] == '<' && format[1] >= '0' && format[1] <= '9' && format[2] == '>') { + if (format[0] == '<' && format[1] >= '0' && format[1] <= '7' && format[2] == '>') { char tmp[] = "<0>"; tmp[1] = format[1]; printk("%sALSA %s:%d: ", tmp, file, line);