]> asedeno.scripts.mit.edu Git - linux.git/commit
r8169: change argument type of counters handling functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 17 Apr 2018 21:28:28 +0000 (23:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 01:11:59 +0000 (21:11 -0400)
commite71c9ce262269ed12d042ea56da63a51c97fd880
treeef507ebbc62553bb61e342543a8814f580dbd82e
parent61cb532d5224b388145582dbe40cb0ae7a57c7e6
r8169: change argument type of counters handling functions

The counter handling functions don't deal with the net_device, so code
can be simplified by changing the argument type to
struct rtl8169_private *.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c