Re: [PATCH] sound: pci: ctxfi: prink replacement

2014-08-26 Thread Sudip Mukherjee
On Tue, Aug 26, 2014 at 12:33:28PM +0200, Takashi Iwai wrote: > At Tue, 26 Aug 2014 15:43:24 +0530, > Sudip Mukherjee wrote: > > > > printk replaced with corresponding pr_err and pr_alert > > > > Signed-off-by: Sudip Mukherjee > > --- > > > > Initially started by copy-paste but as Takashi sugge

Re: [PATCH] sound: pci: ctxfi: prink replacement

2014-08-26 Thread Takashi Iwai
At Tue, 26 Aug 2014 15:43:24 +0530, Sudip Mukherjee wrote: > > printk replaced with corresponding pr_err and pr_alert > > Signed-off-by: Sudip Mukherjee > --- > > Initially started by copy-paste but as Takashi suggested it was done by a > script. > bash script is as follows : > > OLD="printk(

[PATCH] sound: pci: ctxfi: prink replacement

2014-08-26 Thread Sudip Mukherjee
printk replaced with corresponding pr_err and pr_alert Signed-off-by: Sudip Mukherjee --- Initially started by copy-paste but as Takashi suggested it was done by a script. bash script is as follows : OLD="printk(KERN_ERR \?" OLD1="printk(KERN_ALERT \?" NEW="pr_err(" NEW1="pr_alert(" TFILE="/tm