diff options
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c index ad2d420024f6..e42764acedb4 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -4228,7 +4228,7 @@ static int modules_open(struct inode *inode, struct file *file) | |||
4228 | m->private = kallsyms_show_value() ? NULL : (void *)8ul; | 4228 | m->private = kallsyms_show_value() ? NULL : (void *)8ul; |
4229 | } | 4229 | } |
4230 | 4230 | ||
4231 | return 0; | 4231 | return err; |
4232 | } | 4232 | } |
4233 | 4233 | ||
4234 | static const struct file_operations proc_modules_operations = { | 4234 | static const struct file_operations proc_modules_operations = { |