[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140203070404.GA32443@jtlinux>
Date: Mon, 3 Feb 2014 08:04:06 +0100
From: Johannes Thumshirn <johannes.thumshirn@....de>
To: <bp@...e.de>, <m.chehab@...sung.com>
CC: <linux-edac@...r.kernel.org>, <johannes.thumshirn@....de>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED
On Tue, Jan 21, 2014 at 09:42:27AM +0100, Johannes Thumshirn wrote:
> Remove IRQF_DISABLED as it is a NOOP.
>
> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@....de>
> ---
> drivers/edac/mpc85xx_edac.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c
> index 8f918217..f4aec2e 100644
> --- a/drivers/edac/mpc85xx_edac.c
> +++ b/drivers/edac/mpc85xx_edac.c
> @@ -357,7 +357,7 @@ int mpc85xx_pci_err_probe(struct platform_device *op)
> pdata->irq = irq_of_parse_and_map(op->dev.of_node, 0);
> res = devm_request_irq(&op->dev, pdata->irq,
> mpc85xx_pci_isr,
> - IRQF_DISABLED | IRQF_SHARED,
> + IRQF_SHARED,
> "[EDAC] PCI err", pci);
> if (res < 0) {
> printk(KERN_ERR
> @@ -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, IRQF_DISABLED,
> + mpc85xx_l2_isr, 0,
> "[EDAC] L2 err", edac_dev);
> if (res < 0) {
> printk(KERN_ERR
> @@ -1133,7 +1133,7 @@ static int mpc85xx_mc_err_probe(struct platform_device *op)
> pdata->irq = irq_of_parse_and_map(op->dev.of_node, 0);
> res = devm_request_irq(&op->dev, pdata->irq,
> mpc85xx_mc_isr,
> - IRQF_DISABLED | IRQF_SHARED,
> + IRQF_SHARED,
> "[EDAC] MC err", mci);
> if (res < 0) {
> printk(KERN_ERR "%s: Unable to request irq %d for "
> --
> 1.8.5.2
>
Boris, Mauro:
Ping?
Johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists