The patch titled unregister_chrdev(): ignore the return value has been removed from the -mm tree. Its filename was git-block-unregister_chrdev-ignore-the-return-value.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: unregister_chrdev(): ignore the return value diff -puN drivers/block/acsi_slm.c~unregister_chrdev-ignore-the-return-value drivers/block/acsi_slm.c --- a/drivers/block/acsi_slm.c~unregister_chrdev-ignore-the-return-value +++ a/drivers/block/acsi_slm.c @@ -1025,8 +1025,7 @@ int init_module(void) void cleanup_module(void) { - if (unregister_chrdev( ACSI_MAJOR, "slm" ) != 0) - printk( KERN_ERR "acsi_slm: cleanup_module failed\n"); + unregister_chrdev(ACSI_MAJOR, "slm"); atari_stram_free( SLMBuffer ); } #endif Patches currently in -mm which might be from akinobu.mita@xxxxxxxxx are origin.patch git-dvb.patch auth_gss-unregister-gss_domain-when-unloading-module.patch unregister_chrdev-ignore-the-return-value.patch git-block-unregister_chrdev-ignore-the-return-value.patch unregister_chrdev-return-void.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