commit | f09f5c6a197424cef702222d6864416ac1f4fd23 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 22 10:30:46 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 22 11:15:17 2018 +0000 |
tree | 352f5320d90e20f630b8208151b05551978bf33b | |
parent | af65798b6674e28816bd13c096963c2d7fcdd856 [diff] |
igt/perf_pmu: Fix 64b printf-isms My bad, perf_pmu.c: In function ‘accuracy’: perf_pmu.c:1533:4: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ [-Wformat] perf_pmu.c:1533:4: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘uint64_t’ [-Wformat] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>