diff mbox

Net: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.

Message ID alpine.LNX.2.00.1202052348450.32529@swampdragon.chaosbits.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jesper Juhl Feb. 5, 2012, 10:50 p.m. UTC
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 net/caif/caif_dev.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

David Miller Feb. 5, 2012, 10:54 p.m. UTC | #1
From: Jesper Juhl <jj@chaosbits.net>
Date: Sun, 5 Feb 2012 23:50:46 +0100 (CET)

> Signed-off-by: Jesper Juhl <jj@chaosbits.net>

Applied.

I changed the subject prefix to "caif: " and the one for your previous
patch to "decnet: "  Please don't put that "Net, " thing there.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c
index 82c5706..aa6f716 100644
--- a/net/caif/caif_dev.c
+++ b/net/caif/caif_dev.c
@@ -162,7 +162,6 @@  void caif_flow_cb(struct sk_buff *skb)
 static int transmit(struct cflayer *layer, struct cfpkt *pkt)
 {
 	int err, high = 0, qlen = 0;
-	struct caif_dev_common *caifdev;
 	struct caif_device_entry *caifd =
 	    container_of(layer, struct caif_device_entry, layer);
 	struct sk_buff *skb;
@@ -174,7 +173,6 @@  static int transmit(struct cflayer *layer, struct cfpkt *pkt)
 	skb->dev = caifd->netdev;
 	skb_reset_network_header(skb);
 	skb->protocol = htons(ETH_P_CAIF);
-	caifdev = netdev_priv(caifd->netdev);
 
 	/* Check if we need to handle xoff */
 	if (likely(caifd->netdev->tx_queue_len == 0))