Staging: comedi: proc: Change file permission to read only
[linux-2.6-microblaze.git] / drivers / staging / comedi / proc.c
index 91dea25..3513f4c 100644 (file)
@@ -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)