Commit 04b13112 authored by Tomas Kasparek's avatar Tomas Kasparek Committed by Russell King

[PATCH] 1092/1: Avoid unbalanced IRQ from LCD on SA1100

Remove "enable_irq(IRQ_LCD)" call from video/sa1100fb.c
parent 684bb802
......@@ -1963,7 +1963,6 @@ static void sa1100fb_disable_controller(struct sa1100fb_info *fbi)
LCSR = 0xffffffff; /* Clear LCD Status Register */
LCCR0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */
enable_irq(IRQ_LCD); /* Enable LCD IRQ */
LCCR0 &= ~LCCR0_LEN; /* Disable LCD Controller */
schedule_timeout(20 * HZ / 1000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment