Re: [PATCH v2] serial: serial_core.c: printk replacement

2014-09-01 Thread Sudip Mukherjee
On Mon, Sep 01, 2014 at 10:11:29AM +1000, Ryan Mallon wrote: > > > On 29/08/14 00:15, Sudip Mukherjee wrote: > > printk replaced with corresponding pr_err, dev_alert, dev_notice and > > pr_info. > > fixed two broken user-visible strings used by the corresponding printk > > > > Signed-off-by: Su

Re: [PATCH v2] serial: serial_core.c: printk replacement

2014-08-31 Thread Ryan Mallon
On 29/08/14 00:15, Sudip Mukherjee wrote: > printk replaced with corresponding pr_err, dev_alert, dev_notice and pr_info. > fixed two broken user-visible strings used by the corresponding printk > > Signed-off-by: Sudip Mukherjee > --- > > In the first patch i sent Greg suggested to use dev_er

[PATCH v2] serial: serial_core.c: printk replacement

2014-08-28 Thread Sudip Mukherjee
printk replaced with corresponding pr_err, dev_alert, dev_notice and pr_info. fixed two broken user-visible strings used by the corresponding printk Signed-off-by: Sudip Mukherjee --- In the first patch i sent Greg suggested to use dev_err instead of pr_err , but as later Jiri pointed out in my