Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34353
b: refs/heads/master
c: 956295d
h: refs/heads/master
i:
  34351: b1de430
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 23, 2006
1 parent 983d81a commit bfc5967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5932ef077716e3e798eaba6738ef874849f62a17
refs/heads/master: 956295d50dc5462722f029de64d44a7ecba54e69
4 changes: 2 additions & 2 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3197,11 +3197,11 @@ static void fbcon_exit(void)
return;

#ifdef CONFIG_ATARI
free_irq(IRQ_AUTO_4, fbcon_vbl_handler);
free_irq(IRQ_AUTO_4, fb_vbl_handler);
#endif
#ifdef CONFIG_MAC
if (MACH_IS_MAC && vbl_detected)
free_irq(IRQ_MAC_VBL, fbcon_vbl_handler);
free_irq(IRQ_MAC_VBL, fb_vbl_handler);
#endif

kfree((void *)softback_buf);
Expand Down

0 comments on commit bfc5967

Please sign in to comment.