public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Marc Finet <m.dreadlock@gmail.com>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] device: Fix dev_dbg_once macro
Date: Sat, 17 Jan 2015 16:56:46 -0800	[thread overview]
Message-ID: <1421542606.29879.3.camel@perches.com> (raw)
In-Reply-To: <1420307493.15171.1.camel@perches.com>

On Sat, 2015-01-03 at 09:51 -0800, Joe Perches wrote:
> There is a copy/paste typo in the dev_dbg_once macro.
> 
> It uses dev_info instead of dev_dbg, so use the correct
> function instead.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> Noticed-by: Marc Finet <m.dreadlock@gmail.com>

Ping?

> ---
>  include/linux/device.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/device.h b/include/linux/device.h
> index fb50673..7b25323 100644
> --- a/include/linux/device.h
> +++ b/include/linux/device.h
> @@ -1156,7 +1156,7 @@ do {									\
>  #define dev_info_once(dev, fmt, ...)					\
>  	dev_level_once(dev_info, dev, fmt, ##__VA_ARGS__)
>  #define dev_dbg_once(dev, fmt, ...)					\
> -	dev_level_once(dev_info, dev, fmt, ##__VA_ARGS__)
> +	dev_level_once(dev_dbg, dev, fmt, ##__VA_ARGS__)
>  
>  #define dev_level_ratelimited(dev_level, dev, fmt, ...)			\
>  do {									\
> 




      reply	other threads:[~2015-01-18  0:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150103110934.428f49af@mlap.lactee>
2015-01-03 17:51 ` [PATCH] device: Fix dev_dbg_once macro Joe Perches
2015-01-18  0:56   ` Joe Perches [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=1421542606.29879.3.camel@perches.com \
    --to=joe@perches.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.dreadlock@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox