Skip to content

Commit a683c48

Browse files
committed
Debug: Add PSCI log message
1 parent 3687701 commit a683c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/psci/psci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ __invoke_psci_fn_smc(unsigned long function_id,
127127
struct arm_smccc_res res;
128128

129129
arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res);
130+
pr_err("PSCI: %lx %lx -> %lx\n", function_id, arg0, res.a0);
130131
return res.a0;
131132
}
132133

0 commit comments

Comments
 (0)