mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
7aeef01a48
commit
262d2fe160
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user