linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fbmem.c is missing unregister_chrdev()
@ 2005-04-25  5:36 Jon Smirl
  0 siblings, 0 replies; only message in thread
From: Jon Smirl @ 2005-04-25  5:36 UTC (permalink / raw)
  To: fbdev

===== fbmem.c 1.160 vs edited =====
--- 1.160/drivers/video/fbmem.c 2005-03-31 06:06:52 -05:00
+++ edited/fbmem.c      2005-04-25 01:33:57 -04:00
@@ -1211,6 +1211,7 @@
 fbmem_exit(void)
 {
        class_simple_destroy(fb_class);
+       unregister_chrdev(FB_MAJOR, "fb");
 }

 module_exit(fbmem_exit);

-- 
Jon Smirl
jonsmirl@gmail.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-25  5:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25  5:36 fbmem.c is missing unregister_chrdev() Jon Smirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).