Re: [TRIVIAL PATCH 11/26] powerpc: Convert print_symbol to %pSR

2013-01-10 Thread Joe Perches
On Thu, 2013-01-10 at 16:48 +1100, Benjamin Herrenschmidt wrote: > On Thu, 2012-12-13 at 11:58 +, Arnd Bergmann wrote: > > On Wednesday 12 December 2012, Joe Perches wrote: > > > Use the new vsprintf extension to avoid any possible > > > message interleaving. > > > > > > Convert the #ifdef DEB

Re: [TRIVIAL PATCH 11/26] powerpc: Convert print_symbol to %pSR

2013-01-09 Thread Benjamin Herrenschmidt
On Thu, 2012-12-13 at 11:58 +, Arnd Bergmann wrote: > On Wednesday 12 December 2012, Joe Perches wrote: > > Use the new vsprintf extension to avoid any possible > > message interleaving. > > > > Convert the #ifdef DEBUG block to a single pr_debug. > > > > Signed-off-by: Joe Perches > > nice

Re: [TRIVIAL PATCH 11/26] powerpc: Convert print_symbol to %pSR

2012-12-13 Thread Arnd Bergmann
On Wednesday 12 December 2012, Joe Perches wrote: > Use the new vsprintf extension to avoid any possible > message interleaving. > > Convert the #ifdef DEBUG block to a single pr_debug. > > Signed-off-by: Joe Perches nice cleanup! Acked-by: Arnd Bergmann __

[TRIVIAL PATCH 11/26] powerpc: Convert print_symbol to %pSR

2012-12-12 Thread Joe Perches
Use the new vsprintf extension to avoid any possible message interleaving. Convert the #ifdef DEBUG block to a single pr_debug. Signed-off-by: Joe Perches --- arch/powerpc/platforms/cell/spu_callbacks.c | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/arch/pow