[PATCH] class_simple cleanup in misc

From: Chris Wright
Date: Wed Mar 03 2004 - 23:10:15 EST


Error path doesn't class_simple_destroy.

===== drivers/char/misc.c 1.27 vs edited =====
--- 1.27/drivers/char/misc.c Fri Feb 13 03:15:29 2004
+++ edited/drivers/char/misc.c Wed Mar 3 19:39:51 2004
@@ -342,6 +342,7 @@
if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) {
printk("unable to get major %d for misc devices\n",
MISC_MAJOR);
+ class_simple_destroy(misc_class);
return -EIO;
}
return 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/