packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()
authorTobias Klauser <tklauser@distanz.ch>
Tue, 28 Jul 2015 12:21:26 +0000 (14:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2015 22:11:12 +0000 (15:11 -0700)
commit73d0fcf2f487465f73329ee11ae900a774408fe5
tree0f29a4aca497bd8972deb116b72bdd42269a442c
parentb88d0a049084854aef0ea146f1411eafcd2597a8
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()

Follow e8e85cc5eb57 ("packet: remove handling of tx_ring") and remove
the tx_ring parameter from prb_shutdown_retire_blk_timer() as it is only
called with tx_ring = 0.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c