From a0318f5b609020f7d3a9bb3334d5fd3062423b92 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 29 Jul 2010 01:28:46 +0200 Subject: [PATCH] --- yaml --- r: 203942 b: refs/heads/master c: b7753c8cd51dce67a0b152efb456a21ff1cc241b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/cfg80211.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3184bb0e5428..9847868f2860 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5b900d228b76d445a4240d9aeb3cd8f79205a91 +refs/heads/master: b7753c8cd51dce67a0b152efb456a21ff1cc241b diff --git a/trunk/include/net/cfg80211.h b/trunk/include/net/cfg80211.h index ae80f8fb17fe..2fd06c60ffbb 100644 --- a/trunk/include/net/cfg80211.h +++ b/trunk/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...) \ ({ \