aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-04-17 00:51:40 -0700
committerDavid S. Miller <davem@davemloft.net>2011-04-17 00:51:40 -0700
commitf8dfc4528b93ba9c9a191151f8888b4da1d1a45b (patch)
tree71cac89860fbdd01d62a3e230a865fffbf2142ec /drivers/net/atlx
parentbonding: Fix set-but-unused variable. (diff)
downloadlinux-dev-f8dfc4528b93ba9c9a191151f8888b4da1d1a45b.tar.xz
linux-dev-f8dfc4528b93ba9c9a191151f8888b4da1d1a45b.zip
atlx: Fix set-but-unused variable.
The variable 'tpc' is set but unused in atl1_intr_tx(). Just kill it off. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atlx')
-rw-r--r--drivers/net/atlx/atl1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c
index 98334a1f0c5c..dffa6919a419 100644
--- a/drivers/net/atlx/atl1.c
+++ b/drivers/net/atlx/atl1.c
@@ -2074,9 +2074,6 @@ static void atl1_intr_tx(struct atl1_adapter *adapter)
cmb_tpd_next_to_clean = le16_to_cpu(adapter->cmb.cmb->tpd_cons_idx);
while (cmb_tpd_next_to_clean != sw_tpd_next_to_clean) {
- struct tx_packet_desc *tpd;
-
- tpd = ATL1_TPD_DESC(tpd_ring, sw_tpd_next_to_clean);
buffer_info = &tpd_ring->buffer_info[sw_tpd_next_to_clean];
if (buffer_info->dma) {
pci_unmap_page(adapter->pdev, buffer_info->dma,