Commit 1ebe34c9 authored by Rusty Russell's avatar Rusty Russell Committed by David Mosberger

[PATCH] ia64 incorrect field name in message

Fix module loader error message (from Keith Owens).
parent fdb072ba
...@@ -75,7 +75,7 @@ ia64_module_init (struct module *mod) ...@@ -75,7 +75,7 @@ ia64_module_init (struct module *mod)
return 1; return 1;
} }
if (!mod_bound(archdata->segment_base, 0, mod)) { if (!mod_bound(archdata->segment_base, 0, mod)) {
printk(KERN_ERR "module_arch_init: archdata->unw_table out of bounds.\n"); printk(KERN_ERR "module_arch_init: archdata->segment_base out of bounds.\n");
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment