summaryrefslogtreecommitdiffstats
path: root/util/autoport/ec_lenovo.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/ec_lenovo.go')
-rw-r--r--util/autoport/ec_lenovo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/ec_lenovo.go b/util/autoport/ec_lenovo.go
index 3113a33fbc06..6851d6d1ed34 100644
--- a/util/autoport/ec_lenovo.go
+++ b/util/autoport/ec_lenovo.go
@@ -112,7 +112,7 @@ static void mainboard_smi_handle_ec_sci(void)
return;
event = ec_query();
- printk(BIOS_DEBUG, "EC event %02x\n", event);
+ printk(BIOS_DEBUG, "EC event %#02x\n", event);
}
void mainboard_smi_gpi(u32 gpi_sts)