Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7753c8c authored by Christian Lamparter's avatar Christian Lamparter Committed by John W. Linville
Browse files

cfg80211: fix dev <-> wiphy typo



Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e5b900d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2451,7 +2451,7 @@ int wiphy_debug(const struct wiphy *wiphy, const char *format, ...)
	wiphy_printk(KERN_DEBUG, wiphy, format, ##args)
	wiphy_printk(KERN_DEBUG, wiphy, format, ##args)
#elif defined(CONFIG_DYNAMIC_DEBUG)
#elif defined(CONFIG_DYNAMIC_DEBUG)
#define wiphy_dbg(wiphy, format, args...)			\
#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
#else
#define wiphy_dbg(wiphy, format, args...)				\
#define wiphy_dbg(wiphy, format, args...)				\
({									\
({									\