Re: [PATCH 12/15] staging: rtl8723bs: remove unnecessary logging in os_dep/ioctl_cfg80211.c

From: Dan Carpenter
Date: Fri Mar 19 2021 - 05:22:20 EST


On Thu, Mar 18, 2021 at 04:26:07PM +0100, Fabio Aiuto wrote:
> @@ -1405,7 +1398,6 @@ void rtw_cfg80211_surveydone_event_callback(struct adapter *padapter)
> struct wlan_network *pnetwork = NULL;
>
> #ifdef DEBUG_CFG80211
> - DBG_8192C("%s\n", __func__);
> #endif

The #ifdef can go as well.

>
> spin_lock_bh(&(pmlmepriv->scanned_queue.lock));

regads,
dan carpenter