diff options
-rw-r--r-- | arch/ppc/platforms/ev64260.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/platforms/ev64260.c b/arch/ppc/platforms/ev64260.c index 976270d537c1..c1f77e1d368e 100644 --- a/arch/ppc/platforms/ev64260.c +++ b/arch/ppc/platforms/ev64260.c | |||
@@ -336,7 +336,7 @@ ev64260_early_serial_map(void) | |||
336 | #endif | 336 | #endif |
337 | 337 | ||
338 | if (early_serial_setup(&port) != 0) | 338 | if (early_serial_setup(&port) != 0) |
339 | printk(KERN_WARNING "Early serial init of port 0" | 339 | printk(KERN_WARNING "Early serial init of port 0 " |
340 | "failed\n"); | 340 | "failed\n"); |
341 | 341 | ||
342 | first_time = 0; | 342 | first_time = 0; |
@@ -388,7 +388,7 @@ ev64260_setup_arch(void) | |||
388 | ev64260_early_serial_map(); | 388 | ev64260_early_serial_map(); |
389 | #endif | 389 | #endif |
390 | 390 | ||
391 | printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc." | 391 | printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc. " |
392 | "(source@mvista.com)\n", BOARD_VENDOR, BOARD_MACHINE); | 392 | "(source@mvista.com)\n", BOARD_VENDOR, BOARD_MACHINE); |
393 | 393 | ||
394 | if (ppc_md.progress) | 394 | if (ppc_md.progress) |