aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printk/index.c')
-rw-r--r--kernel/printk/index.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/printk/index.c b/kernel/printk/index.c
index d3709408debe..c85be186a783 100644
--- a/kernel/printk/index.c
+++ b/kernel/printk/index.c
@@ -26,10 +26,9 @@ static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos)
if (mod) {
entries = mod->printk_index_start;
nr_entries = mod->printk_index_size;
- }
+ } else
#endif
-
- if (!mod) {
+ {
/* vmlinux, comes from linker symbols */
entries = __start_printk_index;
nr_entries = __stop_printk_index - __start_printk_index;