linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Martin Kaiser <martin@kaiser.cx>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Larry Finger <Larry.Finger@lwfinger.net>,
	Phillip Potter <phil@philpotter.co.uk>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Martin Kaiser <martin@kaiser.cx>
Subject: [PATCH 05/12] staging: r8188eu: remove RT_TRACE prints from mlme_linux.c
Date: Sat,  7 Aug 2021 17:36:29 +0200	[thread overview]
Message-ID: <20210807153636.11712-6-martin@kaiser.cx> (raw)
In-Reply-To: <20210807153636.11712-1-martin@kaiser.cx>

We should use the standard mechanism for debug prints. Remove the prints
that use driver-specific macros.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 drivers/staging/r8188eu/os_dep/mlme_linux.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/r8188eu/os_dep/mlme_linux.c b/drivers/staging/r8188eu/os_dep/mlme_linux.c
index 0855b218f7b1..259628cbf020 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;
-- 
2.20.1


  parent reply	other threads:[~2021-08-07 15:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-07 15:36 [PATCH 00/12] remove the remaining RT_TRACE prints Martin Kaiser
2021-08-07 15:36 ` [PATCH 01/12] staging: r8188eu: remove RT_TRACE prints from usb_intf.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 02/12] staging: r8188eu: remove RT_TRACE prints from usb_ops_linux.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 03/12] staging: r8188eu: remove RT_TRACE prints from ioctl_linux.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 04/12] staging: r8188eu: remove empty function Martin Kaiser
2021-08-07 15:36 ` Martin Kaiser [this message]
2021-08-07 15:36 ` [PATCH 06/12] staging: r8188eu: remove RT_TRACE prints from os_intfs.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 07/12] staging: r8188eu: remove an RT_TRACE print from osdep_service.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 08/12] staging: r8188eu: remove RT_TRACE prints from recv_linux.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 09/12] staging: r8188eu: remove RT_TRACE prints from xmit_linux.c Martin Kaiser
2021-08-07 15:36 ` [PATCH 10/12] staging: r8188eu: use IW_HANDLER to declare wext handlers Martin Kaiser
2021-08-07 15:36 ` [PATCH 11/12] staging: r8188eu: remove unused DEBUG_OID macro Martin Kaiser
2021-08-07 15:36 ` [PATCH 12/12] staging: r8188eu: remove the RT_TRACE macro Martin Kaiser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210807153636.11712-6-martin@kaiser.cx \
    --to=martin@kaiser.cx \
    --cc=Larry.Finger@lwfinger.net \
    --cc=dan.carpenter@oracle.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=phil@philpotter.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).