commit | 5e82eb333949e2f1652bf70d36dfaa875306ae11 | [log] [tgz] |
---|---|---|
author | Nye Liu <nyet@mrv.com> | Fri Jun 27 13:01:00 2008 -0700 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Jul 14 07:55:35 2008 -0500 |
tree | 1f942039e5ff2b815ec137de3a7a4a6821647166 | |
parent | a3083220c089c626a66b66af0eff4f9220d5b797 [diff] |
powerpc/CPM: Minor cosmetic changes to udbg_putc 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>