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 <[email protected]>
[]
> 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-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to