Re: [PATCH] POWERPC CPM: Minor cosmetic changes to udbg_putc
From: Kumar Gala <hidden>
Date: 2008-07-02 07:37:35
Also in:
lkml
From: Kumar Gala <hidden>
Date: 2008-07-02 07:37:35
Also in:
lkml
On Jun 27, 2008, at 3:01 PM, Nye Liu wrote:
From: Nye Liu <redacted> udbg_putc is a *function pointer* that is initialized during udbg_init_cpm. It might not be initialized properly when called from udbg_putc_cpm(), so (recursively) call udbg_putc_cpm() directly. Printing an "X" on initialization is ugly. How about a "\n" instead? Signed-off-by: Nye Liu <redacted> ---
Applied. I removed the "\n" per Scott's feedback. - k