浏览代码

Staging: rtl8192e: remove assignment of function parameter

This patch removes the assignment of a function parameter that has no
effect.

Signed-off-by: Matteo Semenzato <mattew8898@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Matteo Semenzato 10 年之前
父节点
当前提交
ad22d55c4b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/staging/rtl8192e/rtllib_rx.c

+ 0 - 1
drivers/staging/rtl8192e/rtllib_rx.c

@@ -1225,7 +1225,6 @@ static void rtllib_rx_indicate_pkt_legacy(struct rtllib_device *ieee,
 		}
 		}
 	}
 	}
 	kfree(rxb);
 	kfree(rxb);
-	rxb = NULL;
 }
 }
 
 
 static int rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb,
 static int rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb,