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)
commit5f52f319cd3f85bca9bf325f3505b3d76b82c644
tree788797470595f16ff43049ac1ab3837b738c372e
parentbf279ece37d2a3eaaa9813fcd7a1d8a81eb29c20
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 1f817b86d5e6
("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