aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 17:33:30 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-24 21:28:19 +0000
commitd67cf181bff3d9f4f8dee5a602f5e4a050aa3c85 (patch)
treec9437eb4775a5019f27589feb1f44ce0b562e50e /src/soc/intel
parent7dbc4a4658dd606d634b748c8c99b817754472c3 (diff)
soc/intel/quark/gpio_i2c.c: Use __func__
Change-Id: Id84a88933d32f60dd8d864d9a10d84a2b3c365ff Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49563 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/quark/gpio_i2c.c2
1 files changed, 1 insertions, 1 deletions
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 = {