Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / rtllib_tx.c
index 89ec72b..37715af 100644 (file)
@@ -881,7 +881,7 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
 
  success:
        if (txb) {
-               struct cb_desc *tcb_desc = (struct cb_desc *)
+               tcb_desc = (struct cb_desc *)
                                (txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE);
                tcb_desc->bTxEnableFwCalcDur = 1;
                tcb_desc->priority = skb->priority;