]> Pileus Git - ~andy/linux/commit
powerpc/cell/spufs: Fix status attribute permission
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 6 May 2013 02:02:05 +0000 (12:02 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 6 May 2013 02:02:05 +0000 (12:02 +1000)
commit96cf3f66debbff7bc880ea747c10eef2d977a6fe
tree7a920b9221de57768b83ee0f138c7cb73a1de859
parent5fe0c1f2f0dca3351536284b0180a79f341b7854
powerpc/cell/spufs: Fix status attribute permission

We are registering the attribute with permission 0644 but it
doesn't have a store callback, which causes WARN_ON's during
boot. Fix the permission.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/spu_base.c