* Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED
[not found] <1390293747-11185-1-git-send-email-johannes.thumshirn@men.de>
@ 2014-02-03 7:04 ` Johannes Thumshirn
2014-02-03 9:34 ` Borislav Petkov
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Thumshirn @ 2014-02-03 7:04 UTC (permalink / raw)
To: bp, m.chehab; +Cc: linux-edac, johannes.thumshirn, linux-kernel
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@men.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED
2014-02-03 7:04 ` [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED Johannes Thumshirn
@ 2014-02-03 9:34 ` Borislav Petkov
2014-02-03 9:38 ` Johannes Thumshirn
0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2014-02-03 9:34 UTC (permalink / raw)
To: Johannes Thumshirn; +Cc: bp, m.chehab, linux-edac, linux-kernel
On Mon, Feb 03, 2014 at 08:04:06AM +0100, Johannes Thumshirn wrote:
> Boris, Mauro:
>
> Ping?
No worries, I saw your patch. But in the future, please hold off from
sending any patches during the merge window unless it is a serious
regression to code already upstream.
Thanks.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED
2014-02-03 9:34 ` Borislav Petkov
@ 2014-02-03 9:38 ` Johannes Thumshirn
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Thumshirn @ 2014-02-03 9:38 UTC (permalink / raw)
To: Borislav Petkov
Cc: Johannes Thumshirn, bp, m.chehab, linux-edac, linux-kernel
On Mon, Feb 03, 2014 at 10:34:58AM +0100, Borislav Petkov wrote:
> On Mon, Feb 03, 2014 at 08:04:06AM +0100, Johannes Thumshirn wrote:
> > Boris, Mauro:
> >
> > Ping?
>
> No worries, I saw your patch. But in the future, please hold off from
> sending any patches during the merge window unless it is a serious
> regression to code already upstream.
>
> Thanks.
>
> --
> Regards/Gruss,
> Boris.
>
> Sent from a fat crate under my desk. Formatting is fine.
> --
> --
> To unsubscribe from this list: send the line "unsubscribe linux-edac" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
OK, sorry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-03 9:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1390293747-11185-1-git-send-email-johannes.thumshirn@men.de>
2014-02-03 7:04 ` [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED Johannes Thumshirn
2014-02-03 9:34 ` Borislav Petkov
2014-02-03 9:38 ` Johannes Thumshirn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox