linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] cfg80211: fix dev <-> wiphy typo
  2010-07-28 23:28 [PATCH] cfg80211: fix dev <-> wiphy typo Christian Lamparter
@ 2010-07-29  2:40 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2010-07-29  2:40 UTC (permalink / raw)
  To: Christian Lamparter; +Cc: linux-wireless, John W. Linville

On Thu, 2010-07-29 at 01:28 +0200, Christian Lamparter wrote:
> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
> index ae80f8f..2fd06c6 100644
> -	dynamic_pr_debug("%s: " format,	wiphy_name(dev), ##args)
> +	dynamic_pr_debug("%s: " format,	wiphy_name(wiphy), ##args)

Thanks for noticing that Christian.


^ permalink raw reply	[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).