summaryrefslogtreecommitdiffstats
path: root/net/mac80211/wbrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/wbrf.c')
-rw-r--r--net/mac80211/wbrf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/wbrf.c b/net/mac80211/wbrf.c
index a05c5b971789..3a8612309137 100644
--- a/net/mac80211/wbrf.c
+++ b/net/mac80211/wbrf.c
@@ -23,8 +23,6 @@ void ieee80211_check_wbrf_support(struct ieee80211_local *local)
return;
local->wbrf_supported = acpi_amd_wbrf_supported_producer(dev);
- dev_dbg(dev, "WBRF is %s supported\n",
- local->wbrf_supported ? "" : "not");
}
static void get_chan_freq_boundary(u32 center_freq, u32 bandwidth, u64 *start, u64 *end)