The patch titled clean up initcall warning for netconsole has been the -mm tree. Its filename is clean-up-initcall-warning-for-netconsole.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clean up initcall warning for netconsole From: Matt Mackall <mpm@xxxxxxxxxxx> netconsole is being wrong here. If it wasn't enabled there's no error. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/netconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/netconsole.c~clean-up-initcall-warning-for-netconsole drivers/net/netconsole.c --- devel/drivers/net/netconsole.c~clean-up-initcall-warning-for-netconsole 2006-06-01 20:31:49.000000000 -0700 +++ devel-akpm/drivers/net/netconsole.c 2006-06-01 20:31:49.000000000 -0700 @@ -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)) _ Patches currently in -mm which might be from mpm@xxxxxxxxxxx are random-remove-redundant-sa_sample_random-from-ninjascsi.patch add-poisonh-and-patch-primary-users.patch when-config_base_samll=1-the-kernel-261611-cascade-in-kernel-timerc-may-enter-the-infinite-loop.patch bloat-o-meter-gcc-4-fix.patch random-remove-sa_sample_random-from-floppy-driver.patch random-make-cciss-use-add_disk_randomness.patch random-change-cpqarray-to-use-add_disk_randomness.patch random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver.patch random-remove-redundant-sa_sample_random-from-touchscreen-drivers.patch ide-cd-end-of-media-error-fix.patch make-number-of-ide-interfaces-configurable.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html