[NETCONSOLE]: Clean up initcall warning.

From: Matt Mackall <mpm@selenic.com>

netconsole is being wrong here. If it wasn't enabled there's no error.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Matt Mackall and committed by David S. Miller 92cd6eee f2911969

+1 -1
+1 -1
drivers/net/netconsole.c
··· 107 108 if(!configured) { 109 printk("netconsole: not configured, aborting\n"); 110 - return -EINVAL; 111 } 112 113 if(netpoll_setup(&np))
··· 107 108 if(!configured) { 109 printk("netconsole: not configured, aborting\n"); 110 + return 0; 111 } 112 113 if(netpoll_setup(&np))