Skip to content

Commit

Permalink
Blackfin: use KERN_ALERT in all kgdb_test output
Browse files Browse the repository at this point in the history
Most messages are already using KERN_ALERT, so be consistent to make
things easier to check with test scripts.

Signed-off-by: Mingquan Pan <grace.pan@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mingquan Pan authored and Mike Frysinger committed Sep 17, 2009
1 parent 4e4d496 commit 4a3e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/kgdb_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void kgdb_l2_test(void)

int kgdb_test(char *name, int len, int count, int z)
{
printk(KERN_DEBUG "kgdb name(%d): %s, %d, %d\n", len, name, count, z);
printk(KERN_ALERT "kgdb name(%d): %s, %d, %d\n", len, name, count, z);
count = z;
return count;
}
Expand Down

0 comments on commit 4a3e53c

Please sign in to comment.