]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty/hvc_opal: Fix debug function name
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 4 Jul 2012 05:51:10 +0000 (15:51 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:16:25 +0000 (19:16 +1000)
commit50fb31cfed9218b439360caf7c0399b00042da15
treeb6fe23fe61a832e6db344c975f9ab85d3dc16a77
parentaa709f3bc92c6daaf177cd7e3446da2ef64426c6
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 <benh@kernel.crashing.org>
drivers/tty/hvc/hvc_opal.c