diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-23 01:37:41 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-26 15:24:35 +1000 |
commit | e45d6634e57315f09f4522365146da523453f859 (patch) | |
tree | 214d95baadd0dddccae7101dc53ad481c6dbe8fd /arch | |
parent | 054e51a44bc63878430c30b137be20600bcf01e0 (diff) | |
download | kernel_i9300_mainline-e45d6634e57315f09f4522365146da523453f859.zip kernel_i9300_mainline-e45d6634e57315f09f4522365146da523453f859.tar.gz kernel_i9300_mainline-e45d6634e57315f09f4522365146da523453f859.tar.bz2 |
[POWERPC] NULL noise removal: spufs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/file.c b/arch/powerpc/platforms/cell/spufs/file.c index 58e794f..51fd197 100644 --- a/arch/powerpc/platforms/cell/spufs/file.c +++ b/arch/powerpc/platforms/cell/spufs/file.c @@ -1342,7 +1342,7 @@ static u64 spufs_id_get(void *data) return num; } -DEFINE_SIMPLE_ATTRIBUTE(spufs_id_ops, spufs_id_get, 0, "0x%llx\n") +DEFINE_SIMPLE_ATTRIBUTE(spufs_id_ops, spufs_id_get, NULL, "0x%llx\n") struct tree_descr spufs_dir_contents[] = { { "mem", &spufs_mem_fops, 0666, }, |