OSDN Git Service

net: bcmsysport: use __napi_schedule_irqoff()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Apr 2016 18:37:08 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2016 19:06:04 +0000 (15:06 -0400)
commitba90950c94713f294e8778e891eef4143183957c
treee8136c9d614d94326476d04070b831c79344821a
parentc57107c7f59fe438f8c5bb0ce50af857505276b8
net: bcmsysport: use __napi_schedule_irqoff()

Both bcm_sysport_tx_isr() and bcm_sysport_rx_isr() run in hard irq
context, we do not need to block irq again.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c