X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fnetconsole.c;h=bf58db29e2ed6342bd707931ccd598a3c376b07c;hb=b20e481ab595e9667c33e2393bdfe9a31870d11f;hp=66e74f7402610f5ac9ad769457f01b5254d1b27e;hpb=e38d557896c4213dd0919770feac0f4a8f60151b;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index 66e74f74026..bf58db29e2e 100644 --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c @@ -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))