r600g: fix printk warnings
authorDave Airlie <airlied@redhat.com>
Fri, 9 Nov 2012 20:38:57 +0000 (06:38 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 9 Nov 2012 20:39:38 +0000 (06:39 +1000)
commitafcaa03f7ea6918ce7a9cab1b02ec97e05309a63
tree4d31d68f27c87d153b9d8e88651f7df4548332a9
parentaafdc5bda424c2b04f23a54480b402dd64333555
r600g: fix printk warnings

Brian reported seeing:
r600_texture.c: In function ‘r600_texture_create_object’:
r600_texture.c:468:12: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
r600_texture.c:468:12: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
r600_texture.c:485:12: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
r600_texture.c:485:12: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’

this should wrap over them fine.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_texture.c