From: Martin Kaiser Date: Sat, 7 Aug 2021 15:36:29 +0000 (+0200) Subject: staging: r8188eu: remove RT_TRACE prints from mlme_linux.c X-Git-Tag: v5.15~425^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34f231c525751d43a85a726049b52b34e4f98814;p=platform%2Fkernel%2Flinux-starfive.git staging: r8188eu: remove RT_TRACE prints from mlme_linux.c We should use the standard mechanism for debug prints. Remove the prints that use driver-specific macros. Signed-off-by: Martin Kaiser Link: https://lore.kernel.org/r/20210807153636.11712-6-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/os_dep/mlme_linux.c b/drivers/staging/r8188eu/os_dep/mlme_linux.c index 0855b21..259628c 100644 --- a/drivers/staging/r8188eu/os_dep/mlme_linux.c +++ b/drivers/staging/r8188eu/os_dep/mlme_linux.c @@ -113,12 +113,8 @@ void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) u8 *buff, *p, i; union iwreq_data wrqu; - RT_TRACE(_module_mlme_osdep_c_, _drv_info_, - ("+rtw_report_sec_ie, authmode=%d\n", authmode)); buff = NULL; if (authmode == _WPA_IE_ID_) { - RT_TRACE(_module_mlme_osdep_c_, _drv_info_, - ("rtw_report_sec_ie, authmode=%d\n", authmode)); buff = kzalloc(IW_CUSTOM_MAX, GFP_KERNEL); if (!buff) return;