]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/edac/mpc85xx_edac.c
Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[karo-tx-linux.git] / drivers / edac / mpc85xx_edac.c
index f4aec2e6ef56d62e03bc2f5cf8c44e129e998f6c..7d3742edbaa27a281cab213742e5f2addbd57f45 100644 (file)
@@ -633,7 +633,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op)
        if (edac_op_state == EDAC_OPSTATE_INT) {
                pdata->irq = irq_of_parse_and_map(op->dev.of_node, 0);
                res = devm_request_irq(&op->dev, pdata->irq,
-                                      mpc85xx_l2_isr, 0,
+                                      mpc85xx_l2_isr, IRQF_SHARED,
                                       "[EDAC] L2 err", edac_dev);
                if (res < 0) {
                        printk(KERN_ERR