Re: [PATCH] cpm: Fix a couple minor issues in cpm_common.c.

2007-10-13 Thread Vitaly Bordug
Hello Scott, On Fri, 12 Oct 2007 15:19:11 -0500 Scott Wood wrote: > A debugging printk is removed, and a comment is fixed to match > the code. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Acked-by: Vitaly Bordug <[EMAIL PROTECTED]> -- Sincerely, Vitaly ___

[PATCH] cpm: Fix a couple minor issues in cpm_common.c.

2007-10-12 Thread Scott Wood
A debugging printk is removed, and a comment is fixed to match the code. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/cpm_common.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/sysdev/cpm_common.c b/arch/powerpc/sysdev/cpm_common