Queued, thanks for spotting this. -corey
On 10/14/2014 09:40 AM, [email protected] wrote: Signed-off-by: Thomas Renninger <[email protected]> CC: [email protected] Index: kernel_ipmi/drivers/char/ipmi/ipmi_msghandler.c =================================================================== --- kernel_ipmi.orig/drivers/char/ipmi/ipmi_msghandler.c +++ kernel_ipmi/drivers/char/ipmi/ipmi_msghandler.c @@ -4545,6 +4545,7 @@ static int ipmi_init_msghandler(void) proc_ipmi_root = proc_mkdir("ipmi", NULL); if (!proc_ipmi_root) { printk(KERN_ERR PFX "Unable to create IPMI proc dir"); + driver_unregister(&ipmidriver.driver); return -ENOMEM; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

