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@xxxxxxxxx> --- drivers/staging/comedi/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/proc.c b/drivers/staging/comedi/proc.c index 91dea25..3513f4c 100644 --- a/drivers/staging/comedi/proc.c +++ b/drivers/staging/comedi/proc.c @@ -88,7 +88,7 @@ static const struct file_operations comedi_proc_fops = { void comedi_proc_init(void) { - proc_create("comedi", 0644, NULL, &comedi_proc_fops); + proc_create("comedi", 0444, NULL, &comedi_proc_fops); } void comedi_proc_cleanup(void) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel