Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[POWERPC] NULL noise removal: spufs

parent 054e51a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, },