diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-12-06 11:09:58 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-02-12 04:36:50 -0500 |
commit | 0c29d757f3bd8c6339eb25aeeb71ddbd4cb78b72 (patch) | |
tree | 154e08986a5db1370b5615d9d34d03b4101a531d | |
parent | 0269be792f3330efd5f987cf29be37bb91322e35 (diff) |
m68k/mvme147: Modernize printing of kernel messages
Convert from printk() to pr_*().
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | arch/m68k/mvme147/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mvme147/config.c b/arch/m68k/mvme147/config.c index c11d38dfad08..8778612d1f31 100644 --- a/arch/m68k/mvme147/config.c +++ b/arch/m68k/mvme147/config.c | |||
@@ -63,7 +63,7 @@ int __init mvme147_parse_bootinfo(const struct bi_record *bi) | |||
63 | 63 | ||
64 | void mvme147_reset(void) | 64 | void mvme147_reset(void) |
65 | { | 65 | { |
66 | printk ("\r\n\nCalled mvme147_reset\r\n"); | 66 | pr_info("\r\n\nCalled mvme147_reset\r\n"); |
67 | m147_pcc->watchdog = 0x0a; /* Clear timer */ | 67 | m147_pcc->watchdog = 0x0a; /* Clear timer */ |
68 | m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ | 68 | m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ |
69 | while (1) | 69 | while (1) |