* d80211: remove unused variable in ieee80211_rx_irqsafe
@ 2006-10-25 18:16 David Kimdon
2006-11-03 2:09 ` John W. Linville
0 siblings, 1 reply; 2+ messages in thread
From: David Kimdon @ 2006-10-25 18:16 UTC (permalink / raw)
To: netdev; +Cc: John W. Linville, Jiri Benc, David Kimdon
[-- Attachment #1: ieee80211_rx_irqsafe-unused.patch --]
[-- Type: text/plain, Size: 605 bytes --]
tmp is unused.
Signed-off-by: David Kimdon <david.kimdon@devicescape.com>
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);
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: d80211: remove unused variable in ieee80211_rx_irqsafe
2006-10-25 18:16 d80211: remove unused variable in ieee80211_rx_irqsafe David Kimdon
@ 2006-11-03 2:09 ` John W. Linville
0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2006-11-03 2:09 UTC (permalink / raw)
To: David Kimdon; +Cc: netdev, Jiri Benc
On Wed, Oct 25, 2006 at 11:16:21AM -0700, David Kimdon wrote:
> tmp is unused.
Applied to wireless-dev.
--
John W. Linville
linville@tuxdriver.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-03 2:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 18:16 d80211: remove unused variable in ieee80211_rx_irqsafe David Kimdon
2006-11-03 2:09 ` John W. Linville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).