speakup: fix incorrect perms on speakup_acntsa.c
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Apr 2014 04:29:53 +0000 (13:59 +0930)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 16:31:35 +0000 (01:31 +0900)
commit478da752d0cf652fb3b5d82e2ece94e92724de88
treeaaf3ae78d78312ab95cd11d58508b80f799bd961
parent4b660a7f5c8099d88d1a43d8ae138965112592c7
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>
drivers/staging/speakup/speakup_acntsa.c