]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: comedi: proc: Change file permission to read only
authorCheah Kok Cheong <thrust73@gmail.com>
Fri, 30 Dec 2016 11:26:24 +0000 (19:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 14:30:21 +0000 (15:30 +0100)
commite0cbfa13b68c225b00d7672e5111befb9b70d074
tree788797470595f16ff43049ac1ab3837b738c372e
parent031fc046591c80797e92d2c6088709560af25bd6
Staging: comedi: proc: Change file permission to read only

As there's no write operation, change to read only.
Was inadvertantly switched to 0644 in commit 3f341c29ea64
("comedi: Don't use create_proc_read_entry()").

Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/proc.c