From: David Miller <davem@davemloft.net>
To: joe@perches.com
Cc: david-b@pacbell.net, gregkh@suse.de, tilman@imap.cc,
netdev@vger.kernel.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2 net-next 2/2] drivers/net/usb: Use netif_<level> logging facilities
Date: Tue, 16 Feb 2010 23:37:22 -0800 (PST) [thread overview]
Message-ID: <20100216.233722.59677659.davem@davemloft.net> (raw)
In-Reply-To: <c9b38227b55aa3bb46728329bf5290063124f516.1266221693.git.joe@perches.com>
From: Joe Perches <joe@perches.com>
Date: Mon, 15 Feb 2010 00:25:12 -0800
> Convert from:
> if (netif_msg_<foo>(priv))
> dev_<level>(dev...
> to
> netif_<level>(priv, foo, dev...
>
> Also convert a few:
>
> if (i < REG_TIMEOUT) {
> etc...
> return ret;
> }
> to
> if (i >= REG_TIMEOUT)
> goto fail;
> etc...
> return ret;
>
> Signed-off-by: Joe Perches <joe@perches.com>
Applied.
prev parent reply other threads:[~2010-02-17 7:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 1:43 [PATCH] usbnet: convert dev(dbg|err|warn|info) macros to usbnet_(dbg|err|warn|info) Joe Perches
[not found] ` <3d8577211d88cce1fb6f4c1b54c5aa413a1f325a.1265765892.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2010-02-10 5:53 ` David Brownell
2010-02-10 6:16 ` Joe Perches
[not found] ` <1265782578.20626.17.camel-AkRN8/LKpobuYGix6ZUp1Q@public.gmane.org>
2010-02-10 6:56 ` David Brownell
2010-02-12 20:38 ` David Miller
[not found] ` <20100212.123837.56526847.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2010-02-14 23:01 ` [net-next PATCH 0/2] usbnet: convert dev(dbg|err|warn|info) macros to netdev_<> Joe Perches
2010-02-14 23:01 ` [PATCH 1/2] usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> Joe Perches
2010-02-15 0:17 ` Tilman Schmidt
2010-02-15 0:54 ` Joe Perches
[not found] ` <1266195287.16721.953.camel-AkRN8/LKpobuYGix6ZUp1Q@public.gmane.org>
2010-02-15 3:09 ` David Brownell
2010-02-14 23:01 ` [PATCH 2/2] drivers/net/usb: Use netif_<level> logging facilities Joe Perches
2010-02-15 8:25 ` [PATCH V2 net-next 1/2] usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> Joe Perches
2010-02-17 7:37 ` David Miller
2010-02-17 8:04 ` David Miller
[not found] ` <20100217.000422.246530855.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2010-02-17 20:30 ` [PATCH V3 net-next 0/2] usbnet: Use (netdev|netif)_<level> macros Joe Perches
2010-02-17 20:30 ` [PATCH V3 net-next 1/2] usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> Joe Perches
2010-02-17 20:30 ` [PATCH V3 net-next 2/2] drivers/net/usb: Use netif_<level> logging facilities Joe Perches
2010-02-17 21:38 ` [PATCH V3 net-next 0/2] usbnet: Use (netdev|netif)_<level> macros David Miller
2010-02-17 21:44 ` Joe Perches
2010-02-17 21:54 ` David Miller
2010-02-15 8:25 ` [PATCH V2 net-next 2/2] drivers/net/usb: Use netif_<level> logging facilities Joe Perches
2010-02-17 7:37 ` David Miller [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=20100216.233722.59677659.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=david-b@pacbell.net \
--cc=gregkh@suse.de \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tilman@imap.cc \
/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).