soc/intel/denverton_ns/lpc.c: Use __func__
Change-Id: Ic83a6a5db3b3d8a08c92064f8039d1bac825ffc3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49560 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
9cf49da224
commit
e98dbf31f2
|
@ -445,7 +445,7 @@ static void pch_enable_serial_irqs(struct device *dev)
|
|||
|
||||
static void lpc_init(struct device *dev)
|
||||
{
|
||||
printk(BIOS_DEBUG, "pch: lpc_init\n");
|
||||
printk(BIOS_DEBUG, "pch: %s\n", __func__);
|
||||
|
||||
/* Get the base address */
|
||||
|
||||
|
|
Loading…
Reference in New Issue