Re: d80211: remove unused variable in ieee80211_rx_irqsafe

2006-11-02 Thread John W. Linville
On Wed, Oct 25, 2006 at 11:16:21AM -0700, David Kimdon wrote:
 tmp is unused.

Applied to wireless-dev.

-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


d80211: remove unused variable in ieee80211_rx_irqsafe

2006-10-25 Thread David Kimdon
tmp is unused.

Signed-off-by: David Kimdon [EMAIL PROTECTED]

Index: wireless-dev/net/d80211/ieee80211.c
===
--- wireless-dev.orig/net/d80211/ieee80211.c
+++ wireless-dev/net/d80211/ieee80211.c
@@ -3843,7 +3843,7 @@ void ieee80211_rx_irqsafe(struct net_dev
  struct ieee80211_rx_status *status)
 {
struct ieee80211_local *local = dev-ieee80211_ptr;
-   struct ieee80211_rx_status *saved, *tmp;
+   struct ieee80211_rx_status *saved;
 
skb-dev = dev;
saved = kmalloc(sizeof(struct ieee80211_rx_status), GFP_ATOMIC);

--
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html