Skip to content
Permalink
Browse files
staging: rtl8192u: Remove variable set but not used
Remove variable "int ret", declared but not used.

Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
  • Loading branch information
xp4ns3 authored and intel-lab-lkp committed Apr 11, 2021
1 parent 1b9e18d commit 0a66e6b5893f80ddaadaf4811de703afdb15bbc7
Showing 1 changed file with 0 additions and 1 deletion.
@@ -902,7 +902,6 @@ static void rtl8192_hard_data_xmit(struct sk_buff *skb, struct net_device *dev,
int rate)
{
struct r8192_priv *priv = (struct r8192_priv *)ieee80211_priv(dev);
int ret;
unsigned long flags;
struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE);
u8 queue_index = tcb_desc->queue_index;

0 comments on commit 0a66e6b

Please sign in to comment.