]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/xmon/spu-dis.c
r8169: wake up the PHY of the 8168
[linux-2.6-omap-h63xx.git] / arch / powerpc / xmon / spu-dis.c
index ee929c641bf3205a3a57b09a8e61b232bb897cfb..e5f89837c82e0edb39e77e39ccea793ca08a4736 100644 (file)
@@ -85,7 +85,7 @@ get_index_for_opcode (unsigned int insn)
   if ((index = spu_disassemble_table[opcode & 0x7ff]) != 0)
     return index;
 
-  return 0;
+  return NULL;
 }
 
 /* Print a Spu instruction.  */