]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8aeb4f1749d71fba1d46c446f56b3a006092ed04
treee8136c9d614d94326476d04070b831c79344821a
parente423d133f7831477eaa496c750502768dd5cdf24
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