[PATCH3 04/12] staging: brcm80211: remove usage of printf (macro) from driver

Greg KH greg at kroah.com
Fri Feb 18 12:47:36 PST 2011


On Thu, Feb 10, 2011 at 12:03:44PM +0100, Arend van Spriel wrote:
> The driver contained several calls to printf which was mapped
> to printk using a macro. These have been changed to explicit
> call to printk or use an appropropriate macro.

I'll take this for now, but these really need to be converted to use the
proper network printk() macros, or dev_printk() and friends instead of
rolling "raw" printk messages with your own logging level controls.

thanks,

greg k-h


More information about the devel mailing list