X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fkernel%2Fppc-stub.c;h=c35747557465573469449fe4ccc51d8a38fa3403;hb=3e3ff47c8527c5ba0be4e9f358d49e4b076bd6ef;hp=a869750323bd90ab6e25aed4f160beb48b899c81;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/arch/ppc/kernel/ppc-stub.c b/arch/ppc/kernel/ppc-stub.c index a86975032..c35747557 100644 --- a/arch/ppc/kernel/ppc-stub.c +++ b/arch/ppc/kernel/ppc-stub.c @@ -234,7 +234,7 @@ mem2hex(const char *mem, char *buf, int count) } else { /* error condition */ } - debugger_fault_handler = NULL; + debugger_fault_handler = 0; *buf = 0; return buf; } @@ -300,7 +300,7 @@ hex2mem(char *buf, char *mem, int count) } else { /* error condition */ } - debugger_fault_handler = NULL; + debugger_fault_handler = 0; return mem; } @@ -331,7 +331,7 @@ hexToInt(char **ptr, int *intValue) } else { /* error condition */ } - debugger_fault_handler = NULL; + debugger_fault_handler = 0; return (numChars); }