diff options
| author | Tomas Kasparek <xkaspa06@stud.fee.vutbr.cz> | 2002-03-23 09:28:29 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2002-03-23 09:28:29 +0000 |
| commit | 04b1311268ab85992bb15754d0286b528ca59abb (patch) | |
| tree | b08c3985924de127f37618dd0c0ed739d2cfbb72 | |
| parent | 684bb802cda7487484c74e8fd346c35833100d75 (diff) | |
[PATCH] 1092/1: Avoid unbalanced IRQ from LCD on SA1100
Remove "enable_irq(IRQ_LCD)" call from video/sa1100fb.c
| -rw-r--r-- | drivers/video/sa1100fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/sa1100fb.c b/drivers/video/sa1100fb.c index b80a6b520dc5..63a8def2699d 100644 --- a/drivers/video/sa1100fb.c +++ b/drivers/video/sa1100fb.c @@ -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); |
