* [PATCH] staging/rtl8192u/ieee80211: remove debugging line
@ 2020-10-22 12:35 Elena Afanasova
0 siblings, 0 replies; only message in thread
From: Elena Afanasova @ 2020-10-22 12:35 UTC (permalink / raw)
To: gregkh; +Cc: devel, outreachy-kernel, Elena Afanasova
Remove unnecessary debug line from rtl8192u_dot11d_init().
Signed-off-by: Elena Afanasova <eafanasova@gmail.com>
---
drivers/staging/rtl8192u/ieee80211/dot11d.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/dot11d.c b/drivers/staging/rtl8192u/ieee80211/dot11d.c
index f972edcde8a0..ddaf66fa0f93 100644
--- a/drivers/staging/rtl8192u/ieee80211/dot11d.c
+++ b/drivers/staging/rtl8192u/ieee80211/dot11d.c
@@ -14,8 +14,6 @@ void rtl8192u_dot11d_init(struct ieee80211_device *ieee)
memset(dot11d_info->channel_map, 0, MAX_CHANNEL_NUMBER + 1);
memset(dot11d_info->max_tx_pwr_dbm_list, 0xFF, MAX_CHANNEL_NUMBER + 1);
RESET_CIE_WATCHDOG(ieee);
-
- netdev_info(ieee->dev, "%s\n", __func__);
}
EXPORT_SYMBOL(rtl8192u_dot11d_init);
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-22 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-22 12:35 [PATCH] staging/rtl8192u/ieee80211: remove debugging line Elena Afanasova
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.