From d67cf181bff3d9f4f8dee5a602f5e4a050aa3c85 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 17:33:30 +0100 Subject: soc/intel/quark/gpio_i2c.c: Use __func__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id84a88933d32f60dd8d864d9a10d84a2b3c365ff Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49563 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Michael Niewöhner --- src/soc/intel/quark/gpio_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/quark/gpio_i2c.c b/src/soc/intel/quark/gpio_i2c.c index 76bf4cf79d..e128a09fe6 100644 --- a/src/soc/intel/quark/gpio_i2c.c +++ b/src/soc/intel/quark/gpio_i2c.c @@ -12,7 +12,7 @@ __weak void mainboard_gpio_i2c_init(struct device *dev) { /* Initialize any of the GPIOs or I2C devices */ - printk(BIOS_SPEW, "WEAK; mainboard_gpio_i2c_init\n"); + printk(BIOS_SPEW, "WEAK; %s\n", __func__); } static struct device_operations device_ops = { -- cgit v1.2.3