From: Larry Finger <Larry.Finger@lwfinger.net>
To: Alexandre Demers <alexandre.f.demers@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg
Date: Tue, 12 Nov 2013 23:04:24 -0600 [thread overview]
Message-ID: <52830858.80907@lwfinger.net> (raw)
In-Reply-To: <1384318582-10486-1-git-send-email-alexandre.f.demers@gmail.com>
On 11/12/2013 10:56 PM, Alexandre Demers wrote:
> Remove useless netdev_info slowly flooding dmesg.
> Fixes bug https://bugzilla.kernel.org/show_bug.cgi?id=64231
>
> Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
> ---
> drivers/staging/rtl8712/rtl871x_mlme.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/staging/rtl8712/rtl871x_mlme.c b/drivers/staging/rtl8712/rtl871x_mlme.c
> index 6596154..7e29f48 100644
> --- a/drivers/staging/rtl8712/rtl871x_mlme.c
> +++ b/drivers/staging/rtl8712/rtl871x_mlme.c
> @@ -1043,9 +1043,6 @@ void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf)
> struct sta_priv *pstapriv = &adapter->stapriv;
> struct recv_reorder_ctrl *precvreorder_ctrl = NULL;
>
> - netdev_info(adapter->pnetdev, "%s: mac = %pM, seq = %d, tid = %d\n",
> - __func__, pAddbareq_pram->MacAddress,
> - pAddbareq_pram->StartSeqNum, pAddbareq_pram->tid);
> psta = r8712_get_stainfo(pstapriv, pAddbareq_pram->MacAddress);
> if (psta) {
> precvreorder_ctrl =
>
Congratulations. That one applied.
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry
prev parent reply other threads:[~2013-11-13 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-13 4:56 [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg Alexandre Demers
2013-11-13 5:04 ` Larry Finger [this message]
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=52830858.80907@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=alexandre.f.demers@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-wireless@vger.kernel.org \
/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 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.