Re: [PATCH] bfin_mac: remove deprecated IRQF_DISABLED

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

Re: [PATCH] bfin_mac: remove deprecated IRQF_DISABLED

2013-09-12 Thread Jingoo Han
On Thursday, September 12, 2013 12:36 PM, Michael Opdenacker wrote: > > This patch proposes to remove the IRQF_DISABLED flag from > drivers/net/ethernet/adi/bfin_mac.c. > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han

[PATCH] bfin_mac: remove deprecated IRQF_DISABLED

2013-09-11 Thread Michael Opdenacker
This patch proposes to remove the IRQF_DISABLED flag from drivers/net/ethernet/adi/bfin_mac.c. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- drivers/net/ethernet/adi/bfin_mac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git