[PATCH 1/2] staging/vme: Use pr_ printks in vme_user.c

Greg Kroah-Hartman gregkh at linuxfoundation.org
Tue Sep 11 19:08:30 UTC 2012


On Tue, Sep 11, 2012 at 04:16:14PM +0900, Toshiaki Yamane wrote:
> The below checkpatch warnings was fixed,
> 
> -WARNING: Prefer pr_info(... to printk(KERN_INFO, ...
> -WARNING: Prefer pr_warn(... to printk(KERN_WARNING, ...
> -WARNING: Prefer pr_err(... to printk(KERN_ERR, ...

A lot of these can be using dev_* instead of the pr_* functions, right?
Please convert to using them wherever possible.

Because of that, I can't take this patch, sorry.  Care to redo it?

thanks,

greg k-h



More information about the devel mailing list