Skip to content

Commit 50fb31c

Browse files
committed
tty/hvc_opal: Fix debug function name
udbg_init_debug_opal() should be udbg_init_debug_opal_raw() as the caller in arch/powerpc/kernel/udbg.c expects Signed-off-by: Benjamin Herrenschmidt <[email protected]>
1 parent aa709f3 commit 50fb31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/hvc/hvc_opal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ void __init hvc_opal_init_early(void)
401401
}
402402

403403
#ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW
404-
void __init udbg_init_debug_opal(void)
404+
void __init udbg_init_debug_opal_raw(void)
405405
{
406406
u32 index = CONFIG_PPC_EARLY_DEBUG_OPAL_VTERMNO;
407407
hvc_opal_privs[index] = &hvc_opal_boot_priv;

0 commit comments

Comments
 (0)