Netdev List
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Mike Frysinger <vapier@gentoo.org>,
	netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	uclinux-dist-devel@blackfin.uclinux.org,
	Karl Beldan <karl.beldan@gmail.com>,
	Graf Yang <graf.yang@analog.com>, Bryan Wu <cooloney@kernel.org>
Subject: Re: [PATCH 2/2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support
Date: Wed, 21 Jul 2010 17:33:13 +0200	[thread overview]
Message-ID: <1279726393.2452.60.camel@edumazet-laptop> (raw)
In-Reply-To: <20100721151608.GM21121@mail.wantstofly.org>

Le mercredi 21 juillet 2010 à 17:16 +0200, Lennert Buytenhek a écrit :

> > +#define pr_fmt(fmt) "ksz8893m: " fmt
> 
> This has no users.
> 

Dont tell this to Joe Perches ;)

It is used by all pr_err() friends

#define pr_emerg(fmt, ...) \
        printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
#define pr_alert(fmt, ...) \
        printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
#define pr_crit(fmt, ...) \
        printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
#define pr_err(fmt, ...) \
        printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
#define pr_warning(fmt, ...) \
        printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
#define pr_warn pr_warning
#define pr_notice(fmt, ...) \
        printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
#define pr_info(fmt, ...) \
        printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
#define pr_cont(fmt, ...) \
        printk(KERN_CONT fmt, ##__VA_ARGS__)



  reply	other threads:[~2010-07-21 15:33 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-21 13:37 [PATCH 1/2] net: dsa: introduce STPID switch tagging handling code Mike Frysinger
2010-07-21 13:37 ` [PATCH 2/2] net: dsa: introduce MICREL KSZ8893MQL/BL ethernet switch chip support Mike Frysinger
2010-07-21 15:16   ` Lennert Buytenhek
2010-07-21 15:33     ` Eric Dumazet [this message]
2010-07-21 15:36       ` Lennert Buytenhek
2010-07-21 16:40       ` Joe Perches
2010-07-21 16:05     ` [Uclinux-dist-devel] " Mike Frysinger
2010-07-21 20:31       ` Karl Beldan
2010-07-21 21:00         ` Mike Frysinger
2010-07-22 19:27           ` Karl Beldan
     [not found]     ` <20100721151608.GM21121-SHk0+jKqY/D5VnbZ9m/NDkB+6BGkLq7r@public.gmane.org>
2010-07-21 17:23       ` David Miller
2010-07-21 16:29   ` [PATCH 2/2 v2] " Mike Frysinger
2010-07-21 20:45     ` Karl Beldan
2010-07-21 15:02 ` [PATCH 1/2] net: dsa: introduce STPID switch tagging handling code Lennert Buytenhek
2010-07-21 15:29   ` [Uclinux-dist-devel] " Mike Frysinger
2010-07-21 15:35     ` Lennert Buytenhek
2010-07-21 16:08       ` Mike Frysinger
2010-07-29 17:50         ` Mike Frysinger
2010-08-10 14:05           ` Lennert Buytenhek
2010-08-10 17:04             ` Mike Frysinger
2010-08-12 22:38               ` Mike Frysinger

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=1279726393.2452.60.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=buytenh@wantstofly.org \
    --cc=cooloney@kernel.org \
    --cc=davem@davemloft.net \
    --cc=graf.yang@analog.com \
    --cc=karl.beldan@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox