From 141163d5ea06286a8b2ad8122582a01d6ca9ab95 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 18 Feb 2022 13:23:35 +0100 Subject: drivers/intel/pmc_mux: Fix printing type Change-Id: I1cb517323e7d609ae6624363e116e9814fc631cb Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/62179 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/drivers/intel/pmc_mux/conn/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/intel/pmc_mux/conn/conn.c b/src/drivers/intel/pmc_mux/conn/conn.c index 9fcc7367bc..de8f2be306 100644 --- a/src/drivers/intel/pmc_mux/conn/conn.c +++ b/src/drivers/intel/pmc_mux/conn/conn.c @@ -67,7 +67,7 @@ static void conn_write_cbmem_entry(struct device *dev) port_info->sbu_orientation = config->sbu_orientation; port_info->data_orientation = config->hsl_orientation; - printk(BIOS_INFO, "added type-c port%ld info to cbmem: usb2:%d usb3:%d sbu:%d data:%d\n", + printk(BIOS_INFO, "added type-c port%zu info to cbmem: usb2:%d usb3:%d sbu:%d data:%d\n", count, port_info->usb2_port_number, port_info->usb3_port_number, port_info->sbu_orientation, port_info->data_orientation); -- cgit v1.2.3