* [PATCH] fix compile warning in udbg_init_maple_realmode
@ 2006-02-04 12:33 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2006-02-04 12:33 UTC (permalink / raw)
To: Paul Mackeras, linuxppc-dev
arch/powerpc/kernel/udbg_16550.c: In function `udbg_init_maple_realmode':
arch/powerpc/kernel/udbg_16550.c:162: warning: assignment from incompatible pointer type
Signed-off-by: Olaf Hering <olh@suse.de>
arch/powerpc/kernel/udbg_16550.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.16-rc2-olh/arch/powerpc/kernel/udbg_16550.c
===================================================================
--- linux-2.6.16-rc2-olh.orig/arch/powerpc/kernel/udbg_16550.c
+++ linux-2.6.16-rc2-olh/arch/powerpc/kernel/udbg_16550.c
@@ -144,7 +144,7 @@ unsigned int udbg_probe_uart_speed(void
}
#ifdef CONFIG_PPC_MAPLE
-void udbg_maple_real_putc(unsigned char c)
+void udbg_maple_real_putc(char c)
{
if (udbg_comport) {
while ((real_readb(&udbg_comport->lsr) & LSR_THRE) == 0)
--
short story of a lazy sysadmin:
alias appserv=wotan
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-04 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 12:33 [PATCH] fix compile warning in udbg_init_maple_realmode Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).