From: Rusty Russell Date: Tue, 1 Apr 2014 03:00:05 +0000 (+1030) Subject: staging: fix up speakup kobject mode X-Git-Tag: v3.15-rc1~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c9bcad859d5c969289b3b37084a96c621f8f2c;p=pandora-kernel.git staging: fix up speakup kobject mode It uses the unnecessary S_IFREG bit which broke when my stricter-checking-for-mode patch went in. Since we're fixing it anyway, the extra level of indirection is confusing for readers (ROOT_W == rw-r--r-- for example). Also, many of these are other-writable. Is that really intended? I'll-queue-this-patch-up-in-a-bit-by: Greg KH Signed-off-by: Rusty Russell --- Reading git-diff-tree failed