TTY: irq: Remove IRQF_DISABLED
[deliverable/linux.git] / drivers / tty / hvc / hvcs.c
index e523773a548061c8f4a782f665b27a83c1ef71ac..55882b5930a650dd9ece5286688597cf890a78f2 100644 (file)
@@ -1057,7 +1057,7 @@ static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address,
         * the conn was registered and now.
         */
        if (!(rc = request_irq(irq, &hvcs_handle_interrupt,
-                               IRQF_DISABLED, "ibmhvcs", hvcsd))) {
+                               0, "ibmhvcs", hvcsd))) {
                /*
                 * It is possible the vty-server was removed after the irq was
                 * requested but before we have time to enable interrupts.
This page took 0.027498 seconds and 5 git commands to generate.