[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
[deliverable/linux.git] / drivers / mfd / ucb1x00-core.c
index 6fe2ff5a63db08ebd859750bc31e6a202922328c..632bc218c86a0388328ff07c7b27ea336d892ff9 100644 (file)
@@ -508,7 +508,7 @@ static int ucb1x00_probe(struct mcp *mcp)
                goto err_free;
        }
 
-       ret = request_irq(ucb->irq, ucb1x00_irq, SA_TRIGGER_RISING,
+       ret = request_irq(ucb->irq, ucb1x00_irq, IRQF_TRIGGER_RISING,
                          "UCB1x00", ucb);
        if (ret) {
                printk(KERN_ERR "ucb1x00: unable to grab irq%d: %d\n",
This page took 0.024322 seconds and 5 git commands to generate.