Skip to content

Commit

Permalink
[POWERPC] NULL noise removal: spufs
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Al Viro authored and Paul Mackerras committed Sep 26, 2006
1 parent 054e51a commit e45d663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/cell/spufs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
Expand Down

0 comments on commit e45d663

Please sign in to comment.