diff options
Diffstat (limited to 'drivers/tty/hvc/hvc_irq.c')
-rw-r--r-- | drivers/tty/hvc/hvc_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_irq.c b/drivers/tty/hvc/hvc_irq.c index 2623e177e8d6..c9adb0559f61 100644 --- a/drivers/tty/hvc/hvc_irq.c +++ b/drivers/tty/hvc/hvc_irq.c | |||
@@ -28,7 +28,7 @@ int notifier_add_irq(struct hvc_struct *hp, int irq) | |||
28 | hp->irq_requested = 0; | 28 | hp->irq_requested = 0; |
29 | return 0; | 29 | return 0; |
30 | } | 30 | } |
31 | rc = request_irq(irq, hvc_handle_interrupt, IRQF_DISABLED, | 31 | rc = request_irq(irq, hvc_handle_interrupt, 0, |
32 | "hvc_console", hp); | 32 | "hvc_console", hp); |
33 | if (!rc) | 33 | if (!rc) |
34 | hp->irq_requested = 1; | 34 | hp->irq_requested = 1; |