From 0d5b547c0c98e7c6f16cba05a007b9a1ea09b084 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 23 Sep 2006 01:37:41 +0100 Subject: [PATCH] --- yaml --- r: 38163 b: refs/heads/master c: e45d6634e57315f09f4522365146da523453f859 h: refs/heads/master i: 38161: ed4a4e3edab9dda8730ae1c75d2157ddcf7b4c5f 38159: 954ace52601856f0ab8e8b7d98edd9d95df8ed2e v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spufs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 85a7c405271d..d3e671d671f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 054e51a44bc63878430c30b137be20600bcf01e0 +refs/heads/master: e45d6634e57315f09f4522365146da523453f859 diff --git a/trunk/arch/powerpc/platforms/cell/spufs/file.c b/trunk/arch/powerpc/platforms/cell/spufs/file.c index 58e794f9da1b..51fd197ab5dd 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/file.c +++ b/trunk/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, },