]> 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)
commitb84e60b680613b777d211e865b574cac725698e8
tree0f29a4aca497bd8972deb116b72bdd42269a442c
parent8d1080420f523a539e5d84e0ec160e7cbda201e4
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()

Follow 1a2e8bda665c ("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