Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eb0068b authored by Johann Felix Soden's avatar Johann Felix Soden Committed by Greg Kroah-Hartman
Browse files

Staging: et131x: remove unused variable in et1310_tx.c



The 'pPacket' variable is assigned, but never used. Remove it.

Signed-off-by: default avatarJohann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1352b4b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1345,7 +1345,6 @@ void et131x_free_busy_send_packets(struct et131x_adapter *pAdapter)
{
	PMP_TCB pMpTcb;
	struct list_head *pEntry;
	struct sk_buff *pPacket = NULL;
	unsigned long lockflags;
	uint32_t FreeCounter = 0;

@@ -1358,8 +1357,6 @@ void et131x_free_busy_send_packets(struct et131x_adapter *pAdapter)
		spin_unlock_irqrestore(&pAdapter->SendWaitLock, lockflags);

		pEntry = pAdapter->TxRing.SendWaitQueue.next;

		pPacket = NULL;
	}

	pAdapter->TxRing.nWaitSend = 0;