* [PATCH] cfg80211: fix dev <-> wiphy typo
@ 2010-07-28 23:28 Christian Lamparter
2010-07-29 2:40 ` Joe Perches
0 siblings, 1 reply; 2+ messages in thread
From: Christian Lamparter @ 2010-07-28 23:28 UTC (permalink / raw)
To: linux-wireless; +Cc: Joe Perches, John W. Linville
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
---
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index ae80f8f..2fd06c6 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2451,7 +2451,7 @@ int wiphy_debug(const struct wiphy *wiphy, const char *format, ...)
wiphy_printk(KERN_DEBUG, wiphy, format, ##args)
#elif defined(CONFIG_DYNAMIC_DEBUG)
#define wiphy_dbg(wiphy, format, args...) \
- dynamic_pr_debug("%s: " format, wiphy_name(dev), ##args)
+ dynamic_pr_debug("%s: " format, wiphy_name(wiphy), ##args)
#else
#define wiphy_dbg(wiphy, format, args...) \
({ \
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-29 2:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-28 23:28 [PATCH] cfg80211: fix dev <-> wiphy typo Christian Lamparter
2010-07-29 2:40 ` Joe Perches
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).