Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speakup: fix incorrect perms on speakup_acntsa.c
22c9bca contained a bad substitution for ROOT_W => S_IRUSR|S_IRUGO instead of S_IWUSR|S_IRUGO. Fixes: 22c9bca Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information