From: Matt Mackall netconsole is being wrong here. If it wasn't enabled there's no error. Signed-off-by: Andrew Morton --- drivers/net/netconsole.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/netconsole.c~clean-up-initcall-warning-for-netconsole drivers/net/netconsole.c --- 25/drivers/net/netconsole.c~clean-up-initcall-warning-for-netconsole Tue May 9 12:17:01 2006 +++ 25-akpm/drivers/net/netconsole.c Tue May 9 12:17:01 2006 @@ -107,7 +107,7 @@ static int init_netconsole(void) if(!configured) { printk("netconsole: not configured, aborting\n"); - return -EINVAL; + return 0; } if(netpoll_setup(&np)) _