Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae4a8189 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

firmware: qcom-scm: Fix formatting errors in the trace string



Fix a handful of format errors in the trace string. Use a %llx for
u64 values.

Fixes: 873f25f5 ("firmware: qcom_scm: Add trace points to scm driver")
Change-Id: Ic0dedbad69ffdb044e094bfcb4e95f848338edd0
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 915d2b2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ TRACE_EVENT(scm_call,
		__entry->delta = delta;
	),

	TP_printk("%3ld [%#lx %#lx %#lx %#lx %#lx %#lx %#lx %#lx] (%#lx %#lx %#lx %#lx)",
	TP_printk("%3lld [%#llx %#llx %#llx %#llx %#llx %#llx %#llx %#llx] (%#lx %#lx %#lx %#lx)",
		__entry->delta,
		__entry->args[0], __entry->args[1], __entry->args[2],
		__entry->args[3], __entry->args[4], __entry->args[5],