--- ./insmod/insmod.c.orig Sun Apr 28 01:00:14 2002 +++ ./insmod/insmod.c Mon May 6 19:31:12 2002 @@ -1202,7 +1202,7 @@ ret = sys_init_module(m_name, (struct module *) image); if (ret) { error("init_module: %m"); - lprintf("Hint: insmod errors can be caused by incorrect module parameters, " + error("Hint: insmod errors can be caused by incorrect module parameters, " "including invalid IO or IRQ parameters.\n" " You may find more information in syslog or the output from dmesg"); }