Re: [PATCH 15/16] Staging: quickstart: Add QS_INFO and QS_ERR macros for logs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

> >  #define QUICKSTART_PF_DRIVER_NAME	"quickstart"
> >  #define QUICKSTART_PF_DEVICE_NAME	"quickstart"
> > 
> > +#define QS_INFO(fmt, arg...)	printk(KERN_INFO "quickstart: " fmt "\n",
> > ##arg) +#define QS_ERR(fmt, arg...)	printk(KERN_ERR "quickstart: " fmt
> > "\n", ##arg) +
> 
> No.  Don't do this.  You can do same thing with pr_err() so you
> don't need to create your own macros.  Just add this to the front:
> 
> #define pr_fmt(fmt) "quickstart: " fmt
> 
> We already have a million standard ways of printing stuff, we don't
> need a million and two.

Ok, and thanks for review! I'll send V2 shortly.

-- 
Szymon K. Janc
szymon@xxxxxxxxxxx

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux