Loading arch/sparc/kernel/led.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ static int led_read_proc(char *buf, char **start, off_t offset, int count, return len; } static int led_write_proc(struct file *file, const char *buffer, static int led_write_proc(struct file *file, const char __user *buffer, unsigned long count, void *data) { char *buf = NULL; Loading Loading
arch/sparc/kernel/led.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ static int led_read_proc(char *buf, char **start, off_t offset, int count, return len; } static int led_write_proc(struct file *file, const char *buffer, static int led_write_proc(struct file *file, const char __user *buffer, unsigned long count, void *data) { char *buf = NULL; Loading