Re: [PATCH 04/11] Convert from DBG() to pr_debug() in platforms/pseries/setup.c

2008-04-22 Thread Michael Ellerman
On Tue, 2008-04-22 at 08:31 -0500, Olof Johansson wrote: > On Fri, Apr 18, 2008 at 05:54:36PM +1000, Michael Ellerman wrote: > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > > I know it's fun to see yourself in the changeset statistics, but this is > silly. Please bake together all the si

Re: [PATCH 04/11] Convert from DBG() to pr_debug() in platforms/pseries/setup.c

2008-04-22 Thread Olof Johansson
On Fri, Apr 18, 2008 at 05:54:36PM +1000, Michael Ellerman wrote: > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> I know it's fun to see yourself in the changeset statistics, but this is silly. Please bake together all the simple changes to one patch instead of one per file. They are all tri

[PATCH 04/11] Convert from DBG() to pr_debug() in platforms/pseries/setup.c

2008-04-18 Thread Michael Ellerman
Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/pseries/setup.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index fccca89..5486bea 100644 ---