]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-rpc/ecard.c
Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-rpc / ecard.c
index fcb1d59f7aeccdf9cd3ebc641630e4f4b4be504f..f726d4c4e6dd8caf6ab5966a8bd63a02183e5057 100644 (file)
@@ -946,7 +946,7 @@ static int __init ecard_probe(int slot, unsigned irq, card_type_t type)
                irq_set_chip_and_handler(ec->irq, &ecard_chip,
                                         handle_level_irq);
                irq_set_chip_data(ec->irq, ec);
-               set_irq_flags(ec->irq, IRQF_VALID);
+               irq_clear_status_flags(ec->irq, IRQ_NOREQUEST);
        }
 
 #ifdef CONFIG_ARCH_RPC