]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: bcmgenet: remove handling of wol interrupts from isr0
authorDoug Berger <opendmb@gmail.com>
Tue, 14 Mar 2017 00:41:36 +0000 (17:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Mar 2017 04:51:50 +0000 (21:51 -0700)
commitb1ec494deea8322e88063c8a6bee903255a0590d
treea1ea327f3b8441d3f9e0a65c1912408ec7194a3f
parent6689da155bdcd17abfe4d3a8b1e245d9ed4b5f2c
net: bcmgenet: remove handling of wol interrupts from isr0

The bcmgenet_wol_isr() handler performs the necessary processing for
waking from a GENET event.  There is no necessary functionality behind
servicing the UMAC_IRQ_MPD_R event in the handling of isr0.  Therefore
the code that unmasks and masks this interrupt and that gets invoked
in response to it is removed by this commit.

Signed-off-by: Doug Berger <opendmb@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c
drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c