Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92204
b: refs/heads/master
c: a295e09
h: refs/heads/master
v: v3
  • Loading branch information
Nick Andrew authored and Takashi Iwai committed Apr 24, 2008
1 parent 1bb6db0 commit 8ffd491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb5a66216658a1c879ab05dcdc65ce7005c4780b
refs/heads/master: a295e09e89d227506ae6c0a58e1cb6359c0cda1c
4 changes: 2 additions & 2 deletions trunk/sound/core/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 8ffd491

Please sign in to comment.