mhi: cntrl: qcom: Fix formatting error in ipc_log_string

This patch changes '%u' and '%lu' to '%llu' to match
the data type.

Change-Id: Ib22119053d4984f89d778aa96dbc5af799a68688
Signed-off-by: Anant Goel <anantg@codeaurora.org>
This commit is contained in:
Anant Goel 2020-04-21 11:20:18 -07:00
parent 7aeef01a48
commit 262d2fe160

View File

@ -123,7 +123,7 @@ static void mhi_arch_timesync_log(struct mhi_controller *mhi_cntrl,
struct arch_info *arch_info = mhi_dev->arch_info;
if (remote_time != U64_MAX)
ipc_log_string(arch_info->tsync_ipc_log, "%6u.%06lu 0x%llx",
ipc_log_string(arch_info->tsync_ipc_log, "%6llu.%06llu 0x%llx",
REMOTE_TICKS_TO_SEC(remote_time),
REMOTE_TIME_REMAINDER_US(remote_time),
remote_time);