freedreno/msm: fix __u64 printing format
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 22 Feb 2021 11:13:59 +0000 (20:13 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 7 Dec 2022 08:58:22 +0000 (17:58 +0900)
commit6867adebd5dd8aa5bfbcaac996bfb087d533f859
tree0bc80483ece1c6df3b2da8b0b3e2b5eeaddd3d47
parentb9ca37b3134861048986b75896c0915cbf2e97f9
freedreno/msm: fix __u64 printing format

__u64 is always unsigned long long, so print with %llu instead
of PRIu64 for uint64_t.

Note: fix build warning in upstream.

Change-Id: Ic88578b626cb7e05fb5829955e0d10cb77b1be2b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
freedreno/msm/msm_ringbuffer.c