Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122962
b: refs/heads/master
c: 7f877eb
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Dec 28, 2008
1 parent 9c7bfe0 commit 27a91bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 79f0c9a0479060e3a8607d93bc8d81ff962acc87
refs/heads/master: 7f877ebb32ac9a4b0783e825cef84c6ace87fe90
3 changes: 2 additions & 1 deletion trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3455,7 +3455,8 @@ static void fbcon_exit(void)
return;

#ifdef CONFIG_ATARI
free_irq(IRQ_AUTO_4, fb_vbl_handler);
if (MACH_IS_ATARI)
free_irq(IRQ_AUTO_4, fb_vbl_handler);
#endif

kfree((void *)softback_buf);
Expand Down

0 comments on commit 27a91bb

Please sign in to comment.