On Fri, Dec 05, 2014 at 05:09:30PM -0500, Benjamin Romer wrote:
> Get rid of LOGWRN() and all related macros, and call pr_warn() directly 
> instead.

Side note, are you setting pr_fmt() properly so that everything is
"unified" with these messages?  No driver subsystem should ever use a
pr_* call unless it is at startup / shutdown where there is no hardware
involved.  I think that's not the case here so use the correct dev_*
versions instead.

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to