agpgart module fails to unregister its miscdevice on unload.

From: David Woodhouse (dwmw2@infradead.org)
Date: Wed Jan 05 2000 - 21:12:53 EST


--- linux/drivers/char/agp/agpgart_fe.c 1999/12/20 11:43:34 1.1.2.2
+++ linux/drivers/char/agp/agpgart_fe.c 2000/01/06 02:11:54
@@ -1094,5 +1094,6 @@
 
 void agp_frontend_cleanup(void)
 {
+ misc_deregister(&agp_miscdev);
         return;
 }

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 07 2000 - 21:00:05 EST