]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7583362c9f7fa96449fed35bbd45432c46d41570
tree0f29a4aca497bd8972deb116b72bdd42269a442c
parent96e2ad1de606bb223e156dc0a284c5c056bba8ae
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()

Follow 459ab5167ff8 ("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