commit | 478da752d0cf652fb3b5d82e2ece94e92724de88 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Apr 24 13:59:53 2014 +0930 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 24 01:31:35 2014 +0900 |
tree | aaf3ae78d78312ab95cd11d58508b80f799bd961 | |
parent | 4b660a7f5c8099d88d1a43d8ae138965112592c7 [diff] |
speakup: fix incorrect perms on speakup_acntsa.c 22c9bcad859d5c969289b3b37084a96c621f8f2c contained a bad substitution for ROOT_W => S_IRUSR|S_IRUGO instead of S_IWUSR|S_IRUGO. Fixes: 22c9bcad859d5c969289b3b37084a96c621f8f2c Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>