From: Dan Carpenter <dan.carpenter@oracle.com>
To: Nicholas Krause <xerofoify@gmail.com>
Cc: gregkh@linuxfoundation.org, seanm@seanm.ca,
devel@driverdev.osuosl.org, mdcasey@chabloom.com,
aysemelikeyurtoglu@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging:rtl8192e: Change printk statements in rtllib_tx.c to use netdev_dev
Date: Fri, 3 Apr 2015 12:19:55 +0300 [thread overview]
Message-ID: <20150403091955.GO10964@mwanda> (raw)
In-Reply-To: <1428034880-12672-1-git-send-email-xerofoify@gmail.com>
> @@ -582,7 +582,7 @@ int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
> IEEE_SOFTMAC_TX_QUEUE)) ||
> ((!ieee->softmac_data_hard_start_xmit &&
> (ieee->softmac_features & IEEE_SOFTMAC_TX_QUEUE)))) {
> - printk(KERN_WARNING "%s: No xmit handler.\n",
> + netdev_info(ieee->dev, "%s: No xmit handler.\n",
This should be netdev_warn(). There are a few other similar places.
regards,
dan carpenter
next parent reply other threads:[~2015-04-03 9:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1428034880-12672-1-git-send-email-xerofoify@gmail.com>
2015-04-03 9:19 ` Dan Carpenter [this message]
[not found] ` <5AA36D09-459F-4D3C-A8C3-C39EF1F4887B@gmail.com>
2015-04-03 17:05 ` [PATCH] staging:rtl8192e: Change printk statements in rtllib_tx.c to use netdev_dev Greg KH
[not found] ` <B4B2C165-9CC1-42A2-A78C-A22166ECB7A9@gmail.com>
2015-04-03 18:30 ` Greg KH
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=20150403091955.GO10964@mwanda \
--to=dan.carpenter@oracle.com \
--cc=aysemelikeyurtoglu@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mdcasey@chabloom.com \
--cc=seanm@seanm.ca \
--cc=xerofoify@gmail.com \
/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.