msm: kgsl: Correct format specifiers used in syncobj timeout logs
Variables context ID, queue, submit, start and retire timestamps
all are unsigned integer type but format specifier used to dump
these in syncobj timeout error logs is for signed integer type
resulting in negative values. Use correct format specifier to avoid
negative values in syncobj timeout logs.
Change-Id: Ie8aa6ba80b7956545fe4fcf99db48a1a9ea22d2b
Signed-off-by:
Deepak Kumar <dkumar@codeaurora.org>
Loading
Please register or sign in to comment