Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information