Browse Source

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 years ago
parent
commit
ad22d55c4b
1 changed files with 0 additions and 1 deletions
  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);
-	rxb = NULL;
 }
 
 static int rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb,