From: David Brownell <david-b@pacbell.net>
To: Joe Perches <joe@perches.com>
Cc: "Greg Kroah-Hartman" <gregkh@suse.de>,
linux-usb@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, Oliver Neukum <oliver@neukum.name>,
Peter Korsgaard <jacmet@sunsite.dk>,
Steve Glendinning <steve.glendinning@smsc.com>
Subject: Re: [PATCH] usbnet: convert dev(dbg|err|warn|info) macros to usbnet_(dbg|err|warn|info)
Date: Tue, 9 Feb 2010 22:56:29 -0800 [thread overview]
Message-ID: <201002092256.30175.david-b@pacbell.net> (raw)
In-Reply-To: <1265782578.20626.17.camel@Joe-Laptop.home>
On Tuesday 09 February 2010, Joe Perches wrote:
> netdev_printk macros instead.
>
> http://patchwork.ozlabs.org/patch/44955/
That'd make sense. Had they existed way back when ...
they could have been used instead of custom stuff.
WARNING: multiple messages have this Message-ID (diff)
From: David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
To: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Cc: "Greg Kroah-Hartman" <gregkh-l3A5Bk7waGM@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Oliver Neukum <oliver-Q6YOFhsQ4GZ7tPAFqOLdPg@public.gmane.org>,
Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>,
Steve Glendinning
<steve.glendinning-sdUf+H5yV5I@public.gmane.org>
Subject: Re: [PATCH] usbnet: convert dev(dbg|err|warn|info) macros to usbnet_(dbg|err|warn|info)
Date: Tue, 9 Feb 2010 22:56:29 -0800 [thread overview]
Message-ID: <201002092256.30175.david-b@pacbell.net> (raw)
In-Reply-To: <1265782578.20626.17.camel-AkRN8/LKpobuYGix6ZUp1Q@public.gmane.org>
On Tuesday 09 February 2010, Joe Perches wrote:
> netdev_printk macros instead.
>
> http://patchwork.ozlabs.org/patch/44955/
That'd make sense. Had they existed way back when ...
they could have been used instead of custom stuff.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-02-10 6:56 UTC|newest]
Thread overview: 27+ 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
2010-02-10 5:53 ` David Brownell
2010-02-10 5:53 ` David Brownell
2010-02-10 6:16 ` Joe Perches
2010-02-10 6:56 ` David Brownell [this message]
2010-02-10 6:56 ` David Brownell
2010-02-12 20:38 ` David Miller
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 ` 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
2010-02-15 3:09 ` David Brownell
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
2010-02-17 20:30 ` [PATCH V3 net-next 0/2] usbnet: Use (netdev|netif)_<level> macros Joe Perches
2010-02-17 20:30 ` 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
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=201002092256.30175.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=gregkh@suse.de \
--cc=jacmet@sunsite.dk \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oliver@neukum.name \
--cc=steve.glendinning@smsc.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.