public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	trivial@kernel.org
Subject: Re: [PATCH] media: Use KERN_ERR not KERN_ERROR in saa7164.h
Date: Sat, 28 Jan 2012 09:06:43 -0800	[thread overview]
Message-ID: <1327770403.19848.45.camel@joe2Laptop> (raw)
In-Reply-To: <1327769095-9036-1-git-send-email-standby24x7@gmail.com>

On Sun, 2012-01-29 at 01:44 +0900, Masanari Iida wrote:
> Correct "KERN_ERROR" to "KERN_ERR" in
> drivers/media/video/saa7164/saa7164.h
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
[]
> diff --git a/drivers/media/video/saa7164/saa7164.h b/drivers/media/video/saa7164/saa7164.h
[]
> @@ -613,7 +613,7 @@ extern unsigned int saa_debug;
>  
>  #define log_err(fmt, arg...)\
>  	do { \
> -		printk(KERN_ERROR "%s: " fmt, dev->name, ## arg);\
> +		printk(KERN_ERR "%s: " fmt, dev->name, ## arg);\
>  	} while (0)
>  
>  #define saa7164_readl(reg) readl(dev->lmmio + ((reg) >> 2))

Delete the whole macro instead, it's unused.



      reply	other threads:[~2012-01-28 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-28 16:44 [PATCH] media: Use KERN_ERR not KERN_ERROR in saa7164.h Masanari Iida
2012-01-28 17:06 ` 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=1327770403.19848.45.camel@joe2Laptop \
    --to=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.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