Re: [PATCH] net: fec: remove deprecated IRQF_DISABLED

2013-09-15 Thread David Miller
From: Michael Opdenacker Date: Fri, 13 Sep 2013 05:44:38 +0200 > This patch proposes to remove the IRQF_DISABLED flag from > drivers/net/ethernet/freescale/fec_main.c > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker Applied. -- To unsubscribe

Re: [PATCH] net: fec: remove deprecated IRQF_DISABLED

2013-09-12 Thread Michael Opdenacker
Hi Andy, Thank you for your time reviewing this patch. On 09/13/2013 06:45 AM, Duan Fugang-B38611 wrote: > > Can you remove the flag for all net driver such as: > > /linux-next/linux-2.6$ grep -nr "IRQF_DISABLED" drivers/net/ethernet/ > drivers/net/ethernet/adi/bfin_mac.c:533:

RE: [PATCH] net: fec: remove deprecated IRQF_DISABLED

2013-09-12 Thread Duan Fugang-B38611
ernel.org; Michael Opdenacker > Subject: [PATCH] net: fec: remove deprecated IRQF_DISABLED > > This patch proposes to remove the IRQF_DISABLED flag from > drivers/net/ethernet/freescale/fec_main.c > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by

[PATCH] net: fec: remove deprecated IRQF_DISABLED

2013-09-12 Thread Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from drivers/net/ethernet/freescale/fec_main.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/net/ethernet/freescale/fec_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif