mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 09:51:00 +07:00
cfg80211: fix dev <-> wiphy typo
Cc: Joe Perches <joe@perches.com> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e5b900d228
commit
b7753c8cd5
@ -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...) \
|
||||
({ \
|
||||
|
Loading…
Reference in New Issue
Block a user