Re: [PATCH 53/66] kern/debug.c: initialize panicstr

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Thu 05 Dec 2013 22:03:47 +0100, a écrit : Variable that keeps the panic string. Initialize to NULL, meaning that the initial condition is that there is no panic string. Again, that's already initialized to 0. * kern/debug.c (panicstr): Initialize to NULL. ---

[PATCH 53/66] kern/debug.c: initialize panicstr

2013-12-05 Thread Marin Ramesa
Variable that keeps the panic string. Initialize to NULL, meaning that the initial condition is that there is no panic string. * kern/debug.c (panicstr): Initialize to NULL. --- kern/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/debug.c b/kern/debug.c index