]> git.baikalelectronics.ru Git - kernel.git/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)
commit91a37852a562bc873dc133c3d8bf67a5b37a2671
tree7a920b9221de57768b83ee0f138c7cb73a1de859
parent29e701c7ca20bc5375b415e99a2448aa364aaa11
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