From 8d07c62d9122f319007a15b4c53ffeecad24fed6 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 6 May 2013 12:02:05 +1000 Subject: [PATCH] --- yaml --- r: 373773 b: refs/heads/master c: 96cf3f66debbff7bc880ea747c10eef2d977a6fe h: refs/heads/master i: 373771: 21071b02f60504ef7480b0637609fc6e700c5d07 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spu_base.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 685e9c203c7b..e3604349ed62 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fe0c1f2f0dca3351536284b0180a79f341b7854 +refs/heads/master: 96cf3f66debbff7bc880ea747c10eef2d977a6fe diff --git a/trunk/arch/powerpc/platforms/cell/spu_base.c b/trunk/arch/powerpc/platforms/cell/spu_base.c index 8b1213993b10..f85db3a69b4a 100644 --- a/trunk/arch/powerpc/platforms/cell/spu_base.c +++ b/trunk/arch/powerpc/platforms/cell/spu_base.c @@ -715,7 +715,7 @@ static ssize_t spu_stat_show(struct device *dev, spu->stats.libassist); } -static DEVICE_ATTR(stat, 0644, spu_stat_show, NULL); +static DEVICE_ATTR(stat, 0444, spu_stat_show, NULL); #ifdef CONFIG_KEXEC