CHROMIUM: MALI: Fix printf code for 'seqno'

As of CL:1704173, seqno is 64-bit.  We need to adjust our printf
strings to account for this.  Otherwise, we get warnings like:

.../mali_kbase_jd_debugfs.c:
  In function 'kbase_jd_debugfs_fence_info':
.../mali_kbase_jd_debugfs.c:86:7:
  error: format '%u' expects argument of type 'unsigned int',
  but argument 4 has type 'u64' [-Werror=format=]

Technically seqno moved to 64-bit in kernel 5.1, but we've backported
it to our 4.19 kernel so we can't exactly add a special-version check.

BUG=chromium:941638
TEST=Build and boot

Change-Id: I63846e1f7b1ef9e1269c3e9824dbbc15cdb5ae12
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1709132
Reviewed-by: Guenter Roeck <groeck@chromium.org>
3 files changed