Re: [PATCH v2] drivers: char: hw_random: printk replacement

2014-10-01 Thread Herbert Xu
On Mon, Sep 15, 2014 at 08:31:20PM +0530, Sudip Mukherjee wrote: > as pr_* macros are more preffered over printk, so printk replaced with > corresponding pr_* macros > > Signed-off-by: Sudip Mukherjee > --- > > The replacement was done by a bash script to avoid copy paste error. The > script i

[PATCH v2] drivers: char: hw_random: printk replacement

2014-09-15 Thread Sudip Mukherjee
as pr_* macros are more preffered over printk, so printk replaced with corresponding pr_* macros Signed-off-by: Sudip Mukherjee --- The replacement was done by a bash script to avoid copy paste error. The script is as follows : OLD="printk(KERN_ERR \?" OLD1="printk(KERN_NOTICE \?" OLD2="print