[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1327770403.19848.45.camel@joe2Laptop>
Date: Sat, 28 Jan 2012 09:06:43 -0800
From: Joe Perches <joe@...ches.com>
To: Masanari Iida <standby24x7@...il.com>
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
trivial@...nel.org
Subject: Re: [PATCH] media: Use KERN_ERR not KERN_ERROR in saa7164.h
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@...il.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists