diff options
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r-- | fs/proc/proc_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index 8d88e58ed5cc..93c43b676e59 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -647,7 +647,7 @@ static ssize_t write_sysrq_trigger(struct file *file, const char __user *buf, | |||
647 | 647 | ||
648 | if (get_user(c, buf)) | 648 | if (get_user(c, buf)) |
649 | return -EFAULT; | 649 | return -EFAULT; |
650 | __handle_sysrq(c, NULL, NULL, 0); | 650 | __handle_sysrq(c, NULL, 0); |
651 | } | 651 | } |
652 | return count; | 652 | return count; |
653 | } | 653 | } |