radeon: fix printf format specifier.
authorMaya Rashish <maya@NetBSD.org>
Sun, 6 Jan 2019 16:39:36 +0000 (18:39 +0200)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 9 Jan 2019 03:15:06 +0000 (14:15 +1100)
commita2ddb710fdef5f24bfe10d0ee09b1f32ea53aaa8
tree70d4cc371511e2d4e28c539b7e439a8991f436dc
parentf6a6da8131383d8eeee07cd59326a70f4b15866b
radeon: fix printf format specifier.

From glibc printf(3):

Z      A nonstandard synonym for z that predates the appearance of z.
       Do not use in new code.

Z may not exist on non-glibc systems. Prefer the standard symbol.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/drivers/dri/radeon/radeon_dma.c