summaryrefslogtreecommitdiff
path: root/power/mt8186.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/mt8186.c')
-rw-r--r--power/mt8186.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/mt8186.c b/power/mt8186.c
index c05e785418..53ea4670d8 100644
--- a/power/mt8186.c
+++ b/power/mt8186.c
@@ -137,7 +137,7 @@ DECLARE_DEFERRED(release_power_button);
void chipset_force_shutdown(enum chipset_shutdown_reason reason)
{
- CPRINTS("%s(%d)", __func__, reason);
+ CPRINTS("%s: 0x%x", __func__, reason);
report_ap_reset(reason);
is_shutdown = true;
@@ -194,7 +194,7 @@ DECLARE_DEFERRED(reset_flag_deferred);
void chipset_reset(enum chipset_shutdown_reason reason)
{
- CPRINTS("%s: %d", __func__, reason);
+ CPRINTS("%s: 0x%x", __func__, reason);
report_ap_reset(reason);
is_resetting = true;