fbcon: Protect free_irq() by MACH_IS_ATARI check
Add missing check for Atari in free_irq() call, which could cause problems on multi-platform m68k kernels. Reported-by: Brad Boyer <flar@allandria.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
@@ -3455,6 +3455,7 @@ static void fbcon_exit(void)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
#ifdef CONFIG_ATARI
|
#ifdef CONFIG_ATARI
|
||||||
|
if (MACH_IS_ATARI)
|
||||||
free_irq(IRQ_AUTO_4, fb_vbl_handler);
|
free_irq(IRQ_AUTO_4, fb_vbl_handler);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user