Re: [PATCH] davinci: Use standard logging styles

2014-11-18 Thread Sekhar Nori
On Saturday 01 November 2014 06:21 AM, Joe Perches wrote: > Convert printks to pr_ and pr_warning to pr_warn. > > Other miscellanea: > > o Coalesce formats > o Realign arguments > o Use %s, __func__ instead of embedded function names > o Add pr_fmt to mityomapl138 and mux > > Signed-off-by: Joe

Re: [PATCH] davinci: Use standard logging styles

2014-11-18 Thread Sekhar Nori
On Saturday 01 November 2014 06:21 AM, Joe Perches wrote: Convert printks to pr_level and pr_warning to pr_warn. Other miscellanea: o Coalesce formats o Realign arguments o Use %s, __func__ instead of embedded function names o Add pr_fmt to mityomapl138 and mux Signed-off-by: Joe

[PATCH] davinci: Use standard logging styles

2014-10-31 Thread Joe Perches
Convert printks to pr_ and pr_warning to pr_warn. Other miscellanea: o Coalesce formats o Realign arguments o Use %s, __func__ instead of embedded function names o Add pr_fmt to mityomapl138 and mux Signed-off-by: Joe Perches --- arch/arm/mach-davinci/board-da830-evm.c| 89

[PATCH] davinci: Use standard logging styles

2014-10-31 Thread Joe Perches
Convert printks to pr_level and pr_warning to pr_warn. Other miscellanea: o Coalesce formats o Realign arguments o Use %s, __func__ instead of embedded function names o Add pr_fmt to mityomapl138 and mux Signed-off-by: Joe Perches j...@perches.com --- arch/arm/mach-davinci/board-da830-evm.c