powerpc/CPM: Minor cosmetic changes to udbg_putc
authorNye Liu <nyet@mrv.com>
Fri, 27 Jun 2008 20:01:00 +0000 (13:01 -0700)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 14 Jul 2008 12:55:35 +0000 (07:55 -0500)
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.

Signed-off-by: Nye Liu <nyet@mrv.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found