This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / kernel / ppc-stub.c
index a869750..c357475 100644 (file)
@@ -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);
 }