Commit e45d6634 authored by Al Viro's avatar Al Viro Committed by Paul Mackerras

[POWERPC] NULL noise removal: spufs

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 054e51a4
...@@ -1342,7 +1342,7 @@ static u64 spufs_id_get(void *data) ...@@ -1342,7 +1342,7 @@ static u64 spufs_id_get(void *data)
return num; 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[] = { struct tree_descr spufs_dir_contents[] = {
{ "mem", &spufs_mem_fops, 0666, }, { "mem", &spufs_mem_fops, 0666, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment