commit | 732fe78c0785aa8f1ff40a06a2fd5eb221a81157 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Feb 08 09:31:19 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 08 15:11:26 2017 -0500 |
tree | c883e5faeb1d6895d37e058a716ace2a3989b8e6 | |
parent | b05c76a1f8fe708cd998042a5b0479aef7f2e70b [diff] |
net: stmmac: remove dead code in stmmac_tx_clean Since commit cf32deec16e4 ("stmmac: add tx_skbuff_dma to save descriptors used by PTP"), the struct dma_desc *p in stmmac_tx_clean was not used at all. This patch remove this dead code. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>