Commit 4a3e53c1 authored by Mingquan Pan's avatar Mingquan Pan Committed by Mike Frysinger

Blackfin: use KERN_ALERT in all kgdb_test output

Most messages are already using KERN_ALERT, so be consistent to make
things easier to check with test scripts.
Signed-off-by: default avatarMingquan Pan <grace.pan@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 4e4d496e
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment