提交 bf7e9da4 编写于 作者: M Michal Simek

microblaze: Remove sparse error in traps.c

CHECK   arch/microblaze/kernel/traps.c
arch/microblaze/kernel/traps.c:37:47: warning: Using plain integer as NULL pointer
CC      arch/microblaze/kernel/traps.o
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 2eba318e
......@@ -34,7 +34,7 @@ static int kstack_depth_to_print = 24;
static int __init kstack_setup(char *s)
{
kstack_depth_to_print = strict_strtoul(s, 0, 0);
kstack_depth_to_print = strict_strtoul(s, 0, NULL);
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册