diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-02-09 16:38:15 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 09:14:06 -0800 |
commit | 9340b0d356ee52783121af398fa6a332e19e37e2 (patch) | |
tree | 9f6f06adbd7e583fa50723703797dd1cd15fe4f8 /arch/powerpc/xmon | |
parent | ccbebdaccf53ef21663d3bde0ab7b3806d0aeb94 (diff) | |
download | linux-3.10-9340b0d356ee52783121af398fa6a332e19e37e2.tar.gz linux-3.10-9340b0d356ee52783121af398fa6a332e19e37e2.tar.bz2 linux-3.10-9340b0d356ee52783121af398fa6a332e19e37e2.zip |
[PATCH] arch/powerpc trivial annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/spu-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/spu-dis.c b/arch/powerpc/xmon/spu-dis.c index ee929c641bf..e5f89837c82 100644 --- a/arch/powerpc/xmon/spu-dis.c +++ b/arch/powerpc/xmon/spu-dis.c @@ -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. */ |