Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30327
b: refs/heads/master
c: 5bd4253
h: refs/heads/master
i:
  30325: 4a7a0b0
  30323: 9d849ec
  30319: a60a77b
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jun 26, 2006
1 parent 3b8bcb0 commit 354289f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13ae66458971b4967350765a8bfaf2a636442e5f
refs/heads/master: 5bd42536b395944a1134baa3624b2e0cff6ac7bf
6 changes: 2 additions & 4 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3247,9 +3247,7 @@ static int __init fb_console_init(void)
acquire_console_sem();
fb_register_client(&fbcon_event_notifier);
fbcon_class_device =
class_device_create(fb_class, NULL,
MKDEV(FB_MAJOR, FB_MAX), NULL,
"fbcon");
class_device_create(fb_class, NULL, MKDEV(0, 0), NULL, "fbcon");

if (IS_ERR(fbcon_class_device)) {
printk(KERN_WARNING "Unable to create class_device "
Expand Down Expand Up @@ -3285,7 +3283,7 @@ static void __exit fb_console_exit(void)
acquire_console_sem();
fb_unregister_client(&fbcon_event_notifier);
fbcon_deinit_class_device();
class_device_destroy(fb_class, MKDEV(FB_MAJOR, FB_MAX));
class_device_destroy(fb_class, MKDEV(0, 0));
fbcon_exit();
release_console_sem();
unregister_con_driver(&fb_con);
Expand Down

0 comments on commit 354289f

Please sign in to comment.